Home
last modified time | relevance | path

Searched refs:SetAuthenticatorProperties (Results 1 - 24 of 24) sorted by relevance

/base/account/os_account/test/fuzztest/appaccount/setauthenticatorproperties_fuzzer/
H A Dsetauthenticatorproperties_fuzzer.cpp57 result = AppAccountManager::SetAuthenticatorProperties(testOwner, options, callback); in SetAuthenticatorPropertiesFuzzTest()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session_manager.h56 ErrCode SetAuthenticatorProperties(const AuthenticatorSessionRequest &request);
H A Dinner_app_account_manager.h97 ErrCode SetAuthenticatorProperties(const AuthenticatorSessionRequest &request);
H A Dapp_account_manager_service.h99 ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp229 result = g_accountManagerService->SetAuthenticatorProperties(OWNER, setOptions, nullptr); in HWTEST_F()
H A Dapp_account_manager_service_module_test.cpp2520 * @tc.desc: test SetAuthenticatorProperties
2531 ErrCode result = g_accountManagerService->SetAuthenticatorProperties(STRING_OWNER, options, callback); in HWTEST_F()
2537 * @tc.desc: test SetAuthenticatorProperties
2550 ErrCode result = g_accountManagerService->SetAuthenticatorProperties(STRING_OWNER, options, callback); in HWTEST_F()
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h506 static ErrCode SetAuthenticatorProperties(const std::string &owner,
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp244 ErrCode AppAccountManager::SetAuthenticatorProperties(const std::string &owner, in SetAuthenticatorProperties() function in OHOS::AccountSA::AppAccountManager
247 return AppAccount::GetInstance().SetAuthenticatorProperties(owner, options, callback); in SetAuthenticatorProperties()
H A Dapp_account.cpp541 ErrCode AppAccount::SetAuthenticatorProperties(const std::string &owner, in SetAuthenticatorProperties() function in OHOS::AccountSA::AppAccount
549 return proxy->SetAuthenticatorProperties(owner, options, callback); in SetAuthenticatorProperties()
H A Dapp_account_proxy.cpp1044 ErrCode AppAccountProxy::SetAuthenticatorProperties(const std::string &owner, in SetAuthenticatorProperties() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp325 ErrCode InnerAppAccountManager::SetAuthenticatorProperties(const AuthenticatorSessionRequest &request) in SetAuthenticatorProperties() function in OHOS::AccountSA::InnerAppAccountManager
327 return sessionManager_.SetAuthenticatorProperties(request); in SetAuthenticatorProperties()
H A Dapp_account_authenticator_session_manager.cpp135 ErrCode AppAccountAuthenticatorSessionManager::SetAuthenticatorProperties(const AuthenticatorSessionRequest &request) in SetAuthenticatorProperties() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
H A Dapp_account_manager_service.cpp689 ErrCode AppAccountManagerService::SetAuthenticatorProperties(const std::string &owner, in SetAuthenticatorProperties() function in OHOS::AccountSA::AppAccountManagerService
700 return innerManager_->SetAuthenticatorProperties(request); in SetAuthenticatorProperties()
H A Dapp_account_stub.cpp1002 result = SetAuthenticatorProperties(owner, *options, callback); in ProcSetAuthenticatorProperties()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp358 ErrCode MockAppAccountStub::SetAuthenticatorProperties(const std::string &owner, in SetAuthenticatorProperties() function in OHOS::AccountSA::MockAppAccountStub
H A Dmock_app_account_stub.h95 ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h100 ErrCode SetAuthenticatorProperties(const std::string &owner,
H A Dapp_account_proxy.h96 ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
H A Diapp_account.h99 virtual ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h60 static napi_value SetAuthenticatorProperties(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp1966 ErrCode result = AppAccountManager::SetAuthenticatorProperties(STRING_OUT_OF_RANGE, options, nullptr); in HWTEST_F()
1968 result = AppAccountManager::SetAuthenticatorProperties(STRING_EMPTY, options, nullptr); in HWTEST_F()
1971 result = AppAccountManager::SetAuthenticatorProperties(STRING_OWNER, options, nullptr); in HWTEST_F()
1976 result = AppAccountManager::SetAuthenticatorProperties(STRING_OWNER, options, callback); in HWTEST_F()
/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp585 ErrCode result = AppAccountManager::SetAuthenticatorProperties(STRING_OWNER, options, callback); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp67 DECLARE_NAPI_FUNCTION("setAuthenticatorProperties", SetAuthenticatorProperties),
1598 napi_value NapiAppAccount::SetAuthenticatorProperties(napi_env env, napi_callback_info cbInfo) in SetAuthenticatorProperties() function in OHOS::AccountJsKit::NapiAppAccount
1613 NAPI_CALL(env, napi_create_string_utf8(env, "SetAuthenticatorProperties", NAPI_AUTO_LENGTH, &resource)); in SetAuthenticatorProperties()
1619 ErrCode errCode = AppAccountManager::SetAuthenticatorProperties( in SetAuthenticatorProperties()
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp590 int32_t errCode = AppAccountManager::SetAuthenticatorProperties(owner, options, appAccountMgrCb); in setAuthenticatorProperties()

Completed in 26 milliseconds