Home
last modified time | relevance | path

Searched defs:param (Results 2401 - 2425 of 4647) sorted by relevance

1...<<919293949596979899100>>...186

/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp89 ErrCode NapiAppAccountAuthenticator::InitWorkEnv(uv_loop_s **loop, uv_work_t **work, JsAuthenticatorParam **param) in InitWorkEnv() argument
121 JsAuthenticatorParam *param = nullptr; in AddAccountImplicitly() local
149 JsAuthenticatorParam *param = nullptr; Authenticate() local
177 JsAuthenticatorParam *param = nullptr; CreateAccountImplicitly() local
204 JsAuthenticatorParam *param = nullptr; Auth() local
231 JsAuthenticatorParam *param = nullptr; VerifyCredential() local
257 JsAuthenticatorParam *param = nullptr; SetProperties() local
282 JsAuthenticatorParam *param = nullptr; CheckAccountLabels() local
307 JsAuthenticatorParam *param = nullptr; IsAccountRemovable() local
[all...]
/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp464 napi_value ConfigPolicyNapi::ParseRelPath(napi_env env, std::string &param, napi_value args) in ParseRelPath() argument
476 napi_value ConfigPolicyNapi::ParseExtra(napi_env env, std::string &param, napi_value args) in ParseExtra() argument
488 napi_value ConfigPolicyNapi::ParseFollowMode(napi_env env, int32_t &param, napi_value args, bool hasExtra) in ParseFollowMode() argument
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp241 double param; in InitParamsFromParamArray() local
H A Dresource_manager_napi_async_impl.cpp365 double param; in ProcessIdNameParam() local
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp486 xmlChar* param = xmlGetProp(cur, BAD_CAST("param")); in ParseStateNode() local
532 xmlChar* param = xmlGetProp(cur, BAD_CAST("param")); in ParseActionInfo() local
[all...]
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp200 xmlChar* param = xmlGetProp(curNode, BAD_CAST("param")); in ParseStateNode() local
224 xmlChar* param = xmlGetProp(curNode, BAD_CAST("param")); in ParseActionNode() local
[all...]
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp233 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t param) in Remove() argument
320 bool EventQueueBase::HasInnerEvent(const std::shared_ptr<EventHandler> &owner, int64_t param) in HasInnerEvent() argument
H A Devent_handler.cpp260 void EventHandler::RemoveEvent(uint32_t innerEventId, int64_t param) in RemoveEvent() argument
268 eventRunner_->GetEventQueue()->Remove(shared_from_this(), innerEventId, param); in RemoveEvent() local
531 bool EventHandler::HasInnerEvent(int64_t param) in HasInnerEvent() argument
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain.cpp415 static napi_value CreateX509CertChainByArray(napi_env env, napi_value param) in CreateX509CertChainByArray() argument
718 HcfX509CertMatchParams *param = &((*bulidParams)->certMatchParameters); in GetCertMatchParameters() local
789 static napi_value CreateX509CertChainExtReturn(napi_env env, size_t argc, napi_value param) in CreateX509CertChainExtReturn() argument
[all...]
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp222 static void FreeHcfRevocationCheckParam1(HcfRevocationCheckParam *param) in FreeHcfRevocationCheckParam1() argument
277 HcfRevocationCheckParam *param = ConstructHcfRevocationCheckParam1() local
[all...]
/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c159 static void GetLocalIdenticalGroup(int32_t osAccountId, CJson *param, QueryGroupParams *queryParams, in GetLocalIdenticalGroup() argument
201 CJson *param = CreateJson(); in GetSelfGroupEntryByPeerCert() local
[all...]
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c246 static void GetAccountCandidateGroup(int32_t osAccountId, const CJson *param, in GetAccountCandidateGroup() argument
/base/startup/init/services/param/manager/
H A Dparam_manager.c46 ParamNode *param = (ParamNode *)GetTrieNode(workspace, node->dataIndex); in SystemCheckMatchParamWait() local
[all...]
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
H A Dhks_aes_cipher_ccm_test.cpp414 static int32_t HksAesSetNonceLen(HksParam *param, uint32_t cnt, uint32_t len, const uint8_t *nonce) in HksAesSetNonceLen() argument
429 static int32_t HksAesSetAadLen(HksParam *param, uint32_t cnt, uint32_t len, const uint8_t *aad) in HksAesSetAadLen() argument
444 static int32_t HksAesSetAeadLen(HksParam *param, uint32_t cnt, uint32_t len, const uint8_t *aead) in HksAesSetAeadLen() argument
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c97 static inline bool GetBoolParameter(const char *param, bool value) in GetBoolParameter() argument
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_access_control_rsa_sign_verify_test_common.cpp127 HksAcRsaThreeStageNormalCase(struct HksBlob *keyAlias, struct HksParamSet *paramSet, const struct AcRsaSignVerifyParamStruct &param, struct HksBlob *inDataSign, struct HksBlob *outDataSign) HksAcRsaThreeStageNormalCase() argument
180 HksAcRsaThreeStageAbnormalCase(struct HksBlob *keyAlias, struct HksParamSet *paramSet, const struct AcRsaSignVerifyParamStruct &param, struct HksBlob *inDataSign, struct HksBlob *outDataSign) HksAcRsaThreeStageAbnormalCase() argument
277 HksAcRsaThreeStageSignCustomCase(struct HksBlob *keyAlias1, struct HksParamSet *paramSet1, struct HksBlob *keyAlias2, struct HksParamSet *paramSet2, const struct AcRsaSignVerifyParamStruct &param) HksAcRsaThreeStageSignCustomCase() argument
339 HksAcRsaThreeStageVerifyCustomCase(struct HksBlob *keyAlias1, struct HksParamSet *paramSet1, struct HksBlob *keyAlias2, struct HksParamSet *paramSet2, const struct AcRsaSignVerifyParamStruct &param) HksAcRsaThreeStageVerifyCustomCase() argument
398 AcRsaSignVerifyTestNormalCase(const TestAccessCaseRSAParams &testCaseParams, const struct AcRsaSignVerifyParamStruct &param) AcRsaSignVerifyTestNormalCase() argument
463 struct AcRsaSignVerifyParamStruct param = { testIDMParams, false, 0 }; HksAcRsaSignVerifyTestNormalCase() local
486 AcRsaSignVerifyTestAbnormalCase(const TestAccessCaseRSAParams &testCaseParams, const struct AcRsaSignVerifyParamStruct &param) AcRsaSignVerifyTestAbnormalCase() argument
551 struct AcRsaSignVerifyParamStruct param = { testIDMParams, false, 0 }; HksAcRsaSignVerifyTestAbnormalCase() local
574 HksAcRsaVerifyTestCustomCase(const TestAccessCaseRSAParams &testCaseParams1, const TestAccessCaseRSAParams &testCaseParams2, struct HksBlob *publicKey1, struct HksBlob *publicKey2, const struct AcRsaSignVerifyParamStruct &param) HksAcRsaVerifyTestCustomCase() argument
611 AcRsaSignTestCustomCase(const TestAccessCaseRSAParams &testCaseParams1, const TestAccessCaseRSAParams &testCaseParams2, const struct AcRsaSignVerifyParamStruct &param) AcRsaSignTestCustomCase() argument
678 struct AcRsaSignVerifyParamStruct param = { testIDMParams, false, 0 }; HksAcRsaSignTestCustomCase() local
[all...]
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.h66 std::string param; member
88 std::string param; member
103 std::string param; member
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c397 static int CheckEnabled(const char *param, const char *value) in CheckEnabled() argument
/base/startup/init/services/begetctl/
H A Dparam_cmd.c78 const BShellParam *param = BShellEnvGetParam(shell, PARAM_REVERESD_NAME_CURR_PARAMETER); in GetRealParameter() local
109 int SetParamShellPrompt(BShellHandle shell, const char *param) in SetParamShellPrompt() argument
[all...]
/base/startup/appspawn/test/mock/
H A Dapp_system_stub.c224 int mallopt(int param, int value) in mallopt() argument
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/
H A Dhks_service_ipc_serialization.c508 struct HksParam *param = NULL; in GetNullBlobParam() local
518 static int32_t GetNormalParam(const struct HksParam *param, struct HksParamOut *outParams) in GetNormalParam() argument
545 struct HksParam *param = NULL; HksParamSetToParams() local
[all...]
/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_js.cpp87 static napi_value EmitAsyncWork(napi_value param, sptr<AsyncCallbackInfo> info) in EmitAsyncWork() argument
/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp228 GsmCellInformation *param = new (std::nothrow) GsmCellInformation(); in Unmarshalling() local
402 LteCellInformation *param = new (std::nothrow) LteCellInformation(); in Unmarshalling() local
586 WcdmaCellInformation *param = new (std::nothrow) WcdmaCellInformation(); Unmarshalling() local
770 TdscdmaCellInformation *param = new (std::nothrow) TdscdmaCellInformation(); Unmarshalling() local
945 CdmaCellInformation *param = new (std::nothrow) CdmaCellInformation(); Unmarshalling() local
1156 NrCellInformation *param = new (std::nothrow) NrCellInformation(); Unmarshalling() local
[all...]
/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp336 std::string param = PARAM_TIME_ZONE; in SaveTimeZone() local
360 std::string param = "time"; in SaveTime() local
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c762 static void PdpContextListCallback(uint8_t *param) in PdpContextListCallback() argument

Completed in 32 milliseconds

1...<<919293949596979899100>>...186