/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | app_account_authenticator_manager.cpp | 22 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
H A D | mock_app_account_stub.h | 74 … ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authenticator) override;
|
H A D | mock_app_account_stub.cpp | 258 ErrCode MockAppAccountStub::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authe… in GetAuthenticatorInfo()
|
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_authenticator_manager.h | 26 …static ErrCode GetAuthenticatorInfo(const std::string &owner, int32_t userId, AuthenticatorInfo &i…
|
H A D | inner_app_account_manager.h | 85 … ErrCode GetAuthenticatorInfo(const AuthenticatorSessionRequest &request, AuthenticatorInfo &info);
|
H A D | app_account_manager_service.h | 81 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) override;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-account.md | 78 | ohos.account.appAccount | AuthenticatorInfo | labelId: number; | 新增 | 79 | ohos.account.appAccount | AuthenticatorInfo | iconId: number; | 新增 | 80 | ohos.account.appAccount | AuthenticatorInfo | owner: string; | 新增 | 85 …ing, callback: AsyncCallback\<AuthenticatorInfo>): void;<br>getAuthenticatorInfo(owner: string): P…
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/getauthenticatorinfo_fuzzer/ |
H A D | getauthenticatorinfo_fuzzer.cpp | 35 AuthenticatorInfo testInfo; in GetAuthenticatorInfoFuzzTest()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-account.md | 78 | ohos.account.appAccount | AuthenticatorInfo | labelId: number; | Added| 79 | ohos.account.appAccount | AuthenticatorInfo | iconId: number; | Added| 80 | ohos.account.appAccount | AuthenticatorInfo | owner: string; | Added| 85 …ing, callback: AsyncCallback\<AuthenticatorInfo>): void;<br>getAuthenticatorInfo(owner: string): P…
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_manager.cpp | 57 const std::string &owner, int32_t userId, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
H A D | app_account_authenticator_session.cpp | 121 AuthenticatorInfo info; in Open()
|
H A D | inner_app_account_manager.cpp | 270 const AuthenticatorSessionRequest &request, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_common.h | 32 struct AuthenticatorInfo { struct
|
H A D | iapp_account.h | 81 virtual ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) = 0;
|
H A D | app_account.h | 80 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info);
|
H A D | app_account_proxy.h | 77 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) override;
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_common.h | 100 AuthenticatorInfo authenticatorInfo; 266 void GetAuthenticatorInfoForResult(napi_env env, const AuthenticatorInfo &info, napi_value &result);
|
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
H A D | app_account_manager.h | 352 static ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_module_not_mock_test.cpp | 170 AuthenticatorInfo info;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-appAccount.md | 2331 queryAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void 2360 (err: BusinessError, info: appAccount.AuthenticatorInfo) => { 2374 queryAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo> 2390 | Promise<[AuthenticatorInfo](#authenticatorinfo8)> | Promise对象,返回指定应用的认证器信息对象。 | 2408 info: appAccount.AuthenticatorInfo) => { 4653 getAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void 4676 (err: BusinessError, data: appAccount.AuthenticatorInfo) => { 4684 getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo> 4704 | Promise<[AuthenticatorInfo](#authenticatorinfo8)> | Promise对象,返回指定应用的认证器信息对象。 | 4712 data: appAccount.AuthenticatorInfo) => { [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-account.md | 72 …ng): Promise\<AuthenticatorInfo>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAuthenticatorInfo(o… 115 …g): Promise\<AuthenticatorInfo>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:queryAuthenticatorInfo(… 322 |type有变化|类名:AuthenticatorInfo;<br>方法or属性:owner: string;<br>旧版本信息:|类名:AuthenticatorInfo;<br>方法or属性:o… 330 |type有变化|类名:AuthenticatorInfo;<br>方法or属性:iconId: number;<br>旧版本信息:|类名:AuthenticatorInfo;<br>方法or属性:… 331 |type有变化|类名:AuthenticatorInfo;<br>方法or属性:labelId: number;<br>旧版本信息:|类名:AuthenticatorInfo;<br>方法or属性…
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 172 ErrCode AppAccountManager::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo()
|
/ohos5.0/base/account/os_account/frameworks/test/unittest/ |
H A D | account_appaccount_proxy_mock_test.cpp | 406 AuthenticatorInfo info;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-account.md | 55 …or属性:queryAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;|@oh… 56 …tManager;<br>方法or属性:queryAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;|@ohos.acco… 184 …k\<AuthenticatorInfo>): void;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAuthenticatorInfo(owner…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-appAccount.md | 2331 queryAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void 2360 (err: BusinessError, info: appAccount.AuthenticatorInfo) => { 2374 queryAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo> 2390 | Promise<[AuthenticatorInfo](#authenticatorinfo8)> | Promise used to return the authenticato… 2408 info: appAccount.AuthenticatorInfo) => { 4653 getAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void 4676 (err: BusinessError, data: appAccount.AuthenticatorInfo) => { 4684 getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo> 4704 | Promise<[AuthenticatorInfo](#authenticatorinfo8)> | Promise used to return the authenticato… 4712 data: appAccount.AuthenticatorInfo) => { [all …]
|