/base/account/os_account/test/fuzztest/appaccount/setauthenticatorproperties_fuzzer/ |
H A D | setauthenticatorproperties_fuzzer.cpp | 57 result = AppAccountManager::SetAuthenticatorProperties(testOwner, options, callback); in SetAuthenticatorPropertiesFuzzTest()
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_authenticator_session_manager.h | 56 ErrCode SetAuthenticatorProperties(const AuthenticatorSessionRequest &request);
|
H A D | inner_app_account_manager.h | 97 ErrCode SetAuthenticatorProperties(const AuthenticatorSessionRequest &request);
|
H A D | app_account_manager_service.h | 99 ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_module_not_mock_test.cpp | 229 result = g_accountManagerService->SetAuthenticatorProperties(OWNER, setOptions, nullptr); in HWTEST_F()
|
H A D | app_account_manager_service_module_test.cpp | 2520 * @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 D | app_account_manager.h | 506 static ErrCode SetAuthenticatorProperties(const std::string &owner,
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 244 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 D | app_account.cpp | 541 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 D | app_account_proxy.cpp | 1044 ErrCode AppAccountProxy::SetAuthenticatorProperties(const std::string &owner, in SetAuthenticatorProperties() function in OHOS::AccountSA::AppAccountProxy
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | inner_app_account_manager.cpp | 325 ErrCode InnerAppAccountManager::SetAuthenticatorProperties(const AuthenticatorSessionRequest &request) in SetAuthenticatorProperties() function in OHOS::AccountSA::InnerAppAccountManager 327 return sessionManager_.SetAuthenticatorProperties(request); in SetAuthenticatorProperties()
|
H A D | app_account_authenticator_session_manager.cpp | 135 ErrCode AppAccountAuthenticatorSessionManager::SetAuthenticatorProperties(const AuthenticatorSessionRequest &request) in SetAuthenticatorProperties() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
|
H A D | app_account_manager_service.cpp | 689 ErrCode AppAccountManagerService::SetAuthenticatorProperties(const std::string &owner, in SetAuthenticatorProperties() function in OHOS::AccountSA::AppAccountManagerService 700 return innerManager_->SetAuthenticatorProperties(request); in SetAuthenticatorProperties()
|
H A D | app_account_stub.cpp | 1002 result = SetAuthenticatorProperties(owner, *options, callback); in ProcSetAuthenticatorProperties()
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_stub.cpp | 358 ErrCode MockAppAccountStub::SetAuthenticatorProperties(const std::string &owner, in SetAuthenticatorProperties() function in OHOS::AccountSA::MockAppAccountStub
|
H A D | mock_app_account_stub.h | 95 ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account.h | 100 ErrCode SetAuthenticatorProperties(const std::string &owner,
|
H A D | app_account_proxy.h | 96 ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
|
H A D | iapp_account.h | 99 virtual ErrCode SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options,
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account.h | 60 static napi_value SetAuthenticatorProperties(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 1966 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 D | account_appaccount_proxy_mock_test.cpp | 585 ErrCode result = AppAccountManager::SetAuthenticatorProperties(STRING_OWNER, options, callback); in HWTEST_F()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 67 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 D | appaccount_impl.cpp | 590 int32_t errCode = AppAccountManager::SetAuthenticatorProperties(owner, options, appAccountMgrCb); in setAuthenticatorProperties()
|