Home
last modified time | relevance | path

Searched refs:parameters (Results 1 – 25 of 75) sorted by relevance

123

/system/extras/multinetwork/
Dhttpurl.cpp45 bool parseUrl(const struct Arguments& args, struct Parameters* parameters) { in parseUrl() argument
46 if (parameters == nullptr) { return false; } in parseUrl()
54 parameters->host = std::string(args.arg1).substr(strlen(HTTP_PREFIX)); in parseUrl()
55 const auto first_slash = parameters->host.find_first_of('/'); in parseUrl()
57 parameters->path = parameters->host.substr(first_slash); in parseUrl()
58 parameters->host.erase(first_slash); in parseUrl()
61 if (parameters->host.size() == 0) { in parseUrl()
66 if (parameters->host[0] == '[') { in parseUrl()
67 const auto closing_bracket = parameters->host.find_first_of(']'); in parseUrl()
72 parameters->hostname = parameters->host.substr(1, closing_bracket - 1); in parseUrl()
[all …]
/system/security/keystore/
Dkeystore_cli_v2.cpp56 AuthorizationSet parameters; member
86 void PrintTags(const AuthorizationSet& parameters) { in PrintTags() argument
87 for (auto iter = parameters.begin(); iter != parameters.end(); ++iter) { in PrintTags()
101 bool TestKey(const std::string& name, bool required, const AuthorizationSet& parameters) { in TestKey() argument
106 keystore->generateKey("tmp", parameters, 0 /*flags*/, &hardware_enforced_characteristics, in TestKey()
141 AuthorizationSetBuilder parameters; in GetRSASignParameters() local
142 parameters.RsaSigningKey(key_size, 65537) in GetRSASignParameters()
148 parameters.Digest(Digest::SHA_2_224).Digest(Digest::SHA_2_384).Digest(Digest::SHA_2_512); in GetRSASignParameters()
150 return std::move(parameters); in GetRSASignParameters()
154 AuthorizationSetBuilder parameters; in GetRSAEncryptParameters() local
[all …]
/system/core/libmodprobe/
Dlibmodprobe_ext_test.cpp36 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod() argument
54 if (!parameters.empty()) { in Insmod()
55 options = options + " " + parameters; in Insmod()
Dlibmodprobe_ext.cpp34 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod() argument
48 if (!parameters.empty()) { in Insmod()
49 options = options + " " + parameters; in Insmod()
Dlibmodprobe.cpp354 bool Modprobe::InsmodWithDeps(const std::string& module_name, const std::string& parameters) { in InsmodWithDeps() argument
383 if (!Insmod(dependencies[0], parameters)) { in InsmodWithDeps()
399 const std::string& parameters) { in LoadWithAliases() argument
420 if (InsmodWithDeps(module, parameters)) module_loaded = true; in LoadWithAliases()
/system/core/libmodprobe/include/modprobe/
Dmodprobe.h31 const std::string& parameters = "");
43 bool InsmodWithDeps(const std::string& module_name, const std::string& parameters);
44 bool Insmod(const std::string& path_name, const std::string& parameters);
/system/nvram/
DREADME.md17 `nvram-client` receives commands and parameters on the command line and
47 their parameters in preparation for sending them elsewhere (e.g., a TEE) for
51 response parameters specific to the type.
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl56 void startAdvertisingSet(in AdvertisingSetParameters parameters, in AdvertiseData advertiseData, in startAdvertisingSet() argument
66 void setAdvertisingParameters(in int advertiserId, in AdvertisingSetParameters parameters); in setAdvertisingParameters() argument
67 …setPeriodicAdvertisingParameters(in int advertiserId, in PeriodicAdvertisingParameters parameters); in setPeriodicAdvertisingParameters() argument
/system/tools/aidl/
Dgenerate_java.cpp171 write_method->parameters.push_back(parcel_variable); in generate_parcel_class()
172 write_method->parameters.push_back(flag_variable); in generate_parcel_class()
212 constructor->parameters.push_back(std::make_shared<Variable>( in generate_parcel_class()
238 read_or_create_method->parameters.push_back(parcel_variable); in generate_parcel_class()
244 read_or_create_method->parameters.push_back(parcel_variable); in generate_parcel_class()
Dgenerate_java_binder.cpp158 getDefaultTransactionName->parameters.push_back(code); in StubClass()
171 getTransactionName->parameters.push_back(code2); in StubClass()
188 onTransact->parameters.push_back(this->transact_code); in StubClass()
189 onTransact->parameters.push_back(this->transact_data); in StubClass()
190 onTransact->parameters.push_back(this->transact_reply); in StubClass()
191 onTransact->parameters.push_back(this->transact_flags); in StubClass()
262 m->parameters.push_back(obj); in make_as_interface()
325 ctor->parameters.push_back(remote); in ProxyClass()
412 decl->parameters.push_back(var); in generate_interface_method()
555 onTransact_case->parameters.push_back(transact_data); in generate_stub_case_outline()
[all …]
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c433 static const Parameter parameters[3] = {{SLIM_IFPTR32(0x8,0x10),{{(const uintptr_t)&(types[0]),(con… variable
434 …tic const Parameter* const parameterArrays[3] = {(&(parameters[0])),(&(parameters[1])),(&(paramete…
Dchre_slpi_stub.c433 static const Parameter parameters[3] = {{SLIM_IFPTR32(0x8,0x10),{{(const uintptr_t)&(types[0]),(con… variable
434 …tic const Parameter* const parameterArrays[3] = {(&(parameters[0])),(&(parameters[1])),(&(paramete…
/system/sepolicy/public/
Dlogpersist.te4 # logcatd is a shell script that execs logcat with various parameters.
Diorap_prefetcherd.te14 # Allow usage of pipes (--input-fd=# and --output-fd=# command line parameters).
/system/sepolicy/prebuilts/api/30.0/public/
Dlogpersist.te4 # logcatd is a shell script that execs logcat with various parameters.
Diorap_prefetcherd.te14 # Allow usage of pipes (--input-fd=# and --output-fd=# command line parameters).
/system/sepolicy/prebuilts/api/26.0/public/
Dlmkd.te20 ## Writes to /sys/module/lowmemorykiller/parameters/minfree
/system/sepolicy/prebuilts/api/27.0/public/
Dlmkd.te20 ## Writes to /sys/module/lowmemorykiller/parameters/minfree
/system/chre/host/msm/daemon/idl/
Dchre_slpi.idl25 * the SLPI for documentation covering the parameters, return values, etc.
/system/bt/include/hardware/
Dble_advertiser.h99 int advertiser_id, PeriodicAdvertisingParameters parameters,
/system/bt/service/doc/
DIBluetoothLowEnergy.txt61 * the parameters defined in |settings|. Scan results that are reported to the
77 * |scan_response_data|, both of which can be empty. Each of these parameters
/system/teeui/test/example_config/
DREADME40 configuration parameters set within this file.
94 values as commandline parameters.
/system/sepolicy/prebuilts/api/28.0/public/
Dlmkd.te20 ## Writes to /sys/module/lowmemorykiller/parameters/minfree
/system/bt/build/
DAndroid.bp41 // there are too many unused parameters in all the code.
/system/sepolicy/prebuilts/api/29.0/public/
Dlmkd.te20 ## Writes to /sys/module/lowmemorykiller/parameters/minfree

123