Home
last modified time | relevance | path

Searched refs:KEY_CALLER_ABILITY_NAME (Results 1 – 11 of 11) sorted by relevance

/base/account/os_account/test/fuzztest/appaccount_stub/createaccountimplicitlystub_fuzzer/
Dcreateaccountimplicitlystub_fuzzer.cpp54 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, testName); in CreateAccountImplicitlyStubFuzzTest()
/base/account/os_account/test/fuzztest/appaccount_stub/addaccountimplicitlystub_fuzzer/
Daddaccountimplicitlystub_fuzzer.cpp56 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, testName); in AddAccountImplicitlyStubFuzzTest()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_constants.h42 const std::string KEY_CALLER_ABILITY_NAME = "callerAbilityName"; variable
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticate_test.cpp169 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
185 want.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
202 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
244 want.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
273 want.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
Dapp_account_manager_service_module_test.cpp1821 options.SetParam(AccountSA::Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
1839 options.parameters.SetParam(AccountSA::Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
1857 options.SetParam(AccountSA::Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
1875 options.SetParam(AccountSA::Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp364 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
377 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_EMPTY);
380 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_OUT_OF_RANGE);
395 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
424 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_EMPTY);
427 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_OUT_OF_RANGE);
431 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
456 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
473 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
496 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_OUT_OF_RANGE);
[all …]
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_manager_service.cpp72 request.callerAbilityName = options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in AddAccountImplicitly()
74 request.options.RemoveParam(Constants::KEY_CALLER_ABILITY_NAME); in AddAccountImplicitly()
102 … request.callerAbilityName = options.parameters.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in CreateAccountImplicitly()
105 request.createOptions.parameters.RemoveParam(Constants::KEY_CALLER_ABILITY_NAME); in CreateAccountImplicitly()
325 request.callerAbilityName = options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in Authenticate()
327 request.options.RemoveParam(Constants::KEY_CALLER_ABILITY_NAME); in Authenticate()
Dapp_account_stub.cpp353 … RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(options->GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in ProcAddAccountImplicitly()
404 …STRING_IS_EMPTY_OR_OVERSIZE(options->parameters.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in ProcCreateAccountImplicitly()
610 RETURN_IF_STRING_IS_OVERSIZE(options->GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in ProcAuthenticate()
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp102 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
118 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_ABILITY_NAME);
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account.cpp77 … RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in AddAccountImplicitly()
102 …_STRING_IS_EMPTY_OR_OVERSIZE(options.parameters.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in CreateAccountImplicitly()
222 RETURN_IF_STRING_IS_OVERSIZE(options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in Authenticate()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp522 context->options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, abilityName); in ParseContextForAuth()
557 context->options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, abilityName); in ParseContextForAuth()
590 asyncContext->options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, abilityName); in ParseContextForAuthenticate()
1438 context->options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, abilityName); in ParseContextForCreateAccountImplicitly()