| /base/account/os_account/interfaces/kits/napi/appaccount/src/ |
| H A D | napi_app_account_authenticator.cpp | 89 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 D | config_policy_napi.cpp | 464 napi_value ConfigPolicyNapi::ParseRelPath(napi_env env, std::string ¶m, napi_value args) in ParseRelPath() argument 476 napi_value ConfigPolicyNapi::ParseExtra(napi_env env, std::string ¶m, napi_value args) in ParseExtra() argument 488 napi_value ConfigPolicyNapi::ParseFollowMode(napi_env env, int32_t ¶m, napi_value args, bool hasExtra) in ParseFollowMode() argument
|
| /base/global/resource_management/interfaces/js/innerkits/core/src/ |
| H A D | resource_manager_napi_sync_impl.cpp | 241 double param; in InitParamsFromParamArray() local
|
| H A D | resource_manager_napi_async_impl.cpp | 365 double param; in ProcessIdNameParam() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
| H A D | thermal_srv_config_parser.cpp | 486 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 D | thermal_config_file_parser.cpp | 200 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 D | event_queue_base.cpp | 233 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 D | event_handler.cpp | 260 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 D | napi_x509_cert_chain.cpp | 415 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 D | x509certchain_fuzzer.cpp | 222 static void FreeHcfRevocationCheckParam1(HcfRevocationCheckParam *param) in FreeHcfRevocationCheckParam1() argument 277 HcfRevocationCheckParam *param = ConstructHcfRevocationCheckParam1() local [all...] |
| /base/security/device_auth/services/identity_manager/src/ |
| H A D | cert_operation.c | 159 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 D | account_related_group_auth.c | 246 static void GetAccountCandidateGroup(int32_t osAccountId, const CJson *param, in GetAccountCandidateGroup() argument
|
| /base/startup/init/services/param/manager/ |
| H A D | param_manager.c | 46 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 D | hks_aes_cipher_ccm_test.cpp | 414 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 D | sandbox_load.c | 97 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 D | hks_access_control_rsa_sign_verify_test_common.cpp | 127 HksAcRsaThreeStageNormalCase(struct HksBlob *keyAlias, struct HksParamSet *paramSet, const struct AcRsaSignVerifyParamStruct ¶m, struct HksBlob *inDataSign, struct HksBlob *outDataSign) HksAcRsaThreeStageNormalCase() argument 180 HksAcRsaThreeStageAbnormalCase(struct HksBlob *keyAlias, struct HksParamSet *paramSet, const struct AcRsaSignVerifyParamStruct ¶m, 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 ¶m) HksAcRsaThreeStageSignCustomCase() argument 339 HksAcRsaThreeStageVerifyCustomCase(struct HksBlob *keyAlias1, struct HksParamSet *paramSet1, struct HksBlob *keyAlias2, struct HksParamSet *paramSet2, const struct AcRsaSignVerifyParamStruct ¶m) HksAcRsaThreeStageVerifyCustomCase() argument 398 AcRsaSignVerifyTestNormalCase(const TestAccessCaseRSAParams &testCaseParams, const struct AcRsaSignVerifyParamStruct ¶m) AcRsaSignVerifyTestNormalCase() argument 463 struct AcRsaSignVerifyParamStruct param = { testIDMParams, false, 0 }; HksAcRsaSignVerifyTestNormalCase() local 486 AcRsaSignVerifyTestAbnormalCase(const TestAccessCaseRSAParams &testCaseParams, const struct AcRsaSignVerifyParamStruct ¶m) 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 ¶m) HksAcRsaVerifyTestCustomCase() argument 611 AcRsaSignTestCustomCase(const TestAccessCaseRSAParams &testCaseParams1, const TestAccessCaseRSAParams &testCaseParams2, const struct AcRsaSignVerifyParamStruct ¶m) AcRsaSignTestCustomCase() argument 678 struct AcRsaSignVerifyParamStruct param = { testIDMParams, false, 0 }; HksAcRsaSignTestCustomCase() local [all...] |
| /base/security/security_guard/frameworks/js/napi/ |
| H A D | security_guard_napi.h | 66 std::string param; member 88 std::string param; member 103 std::string param; member
|
| /base/startup/appspawn/interfaces/innerkits/client/ |
| H A D | appspawn_msg.c | 397 static int CheckEnabled(const char *param, const char *value) in CheckEnabled() argument
|
| /base/startup/init/services/begetctl/ |
| H A D | param_cmd.c | 78 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 D | app_system_stub.c | 224 int mallopt(int param, int value)
in mallopt() argument
|
| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/ |
| H A D | hks_service_ipc_serialization.c | 508 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 D | vibrator_js.cpp | 87 static napi_value EmitAsyncWork(napi_value param, sptr<AsyncCallbackInfo> info) in EmitAsyncWork() argument
|
| /base/telephony/core_service/frameworks/native/src/ |
| H A D | cell_information.cpp | 228 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 D | nitz_update.cpp | 336 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 D | at_data.c | 762 static void PdpContextListCallback(uint8_t *param) in PdpContextListCallback() argument
|