Home
last modified time | relevance | path

Searched refs:AccountManager (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/multimodalinput/input/service/account_manager/src/
H A Daccount_manager.cpp51 std::shared_ptr<AccountManager> AccountManager::instance_;
52 std::mutex AccountManager::mutex_;
54 std::shared_ptr<AccountManager> AccountManager::GetInstance() in GetInstance()
101 AccountManager::AccountSetting& AccountManager::AccountSetting::operator=(const AccountSetting &oth… in operator =()
259 AccountManager::AccountManager() in AccountManager() function in OHOS::MMI::AccountManager
309 AccountManager::~AccountManager() in ~AccountManager()
320 void AccountManager::Initialize() in Initialize()
331 AccountManager::AccountSetting AccountManager::GetCurrentAccountSetting() in GetCurrentAccountSetting()
353 void AccountManager::SubscribeCommonEvent() in SubscribeCommonEvent()
381 void AccountManager::UnsubscribeCommonEvent() in UnsubscribeCommonEvent()
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-account.md6 |新增|NA|类名:AccountManager<br>方法or属性:getOsAccountLocalId(callback: AsyncCallback\<number>): void;|@oh…
7 |新增|NA|类名:AccountManager<br>方法or属性:getOsAccountLocalId(): Promise\<number>;|@ohos.account.osAccount…
8 |新增|NA|类名:AccountManager<br>方法or属性:getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\<…
9 |新增|NA|类名:AccountManager<br>方法or属性:getOsAccountLocalIdForUid(uid: number): Promise\<number>;|@ohos.…
13 |新增|NA|类名:AccountManager<br>方法or属性:getActivatedOsAccountLocalIds(): Promise\<Array\<number>>;|@ohos…
15 |新增|NA|类名:AccountManager<br>方法or属性:getOsAccountLocalIdForSerialNumber(serialNumber: number): Promis…
17 |新增|NA|类名:AccountManager<br>方法or属性:getSerialNumberForOsAccountLocalId(localId: number): Promise\<nu…
18 |新增|NA|类名:AccountManager<br>方法or属性:getBundleIdForUid(uid: number, callback: AsyncCallback\<number>)…
19 |新增|NA|类名:AccountManager<br>方法or属性:getBundleIdForUid(uid: number): Promise\<number>;|@ohos.account.…
52 |函数有变化|类名:AccountManager<br>方法 or 属性:checkOsAccountVerified(localId?: number): Promise\<boolean>;<b…
[all …]
/ohos5.0/foundation/multimodalinput/input/service/account_manager/test/
H A Daccount_manager_test.cpp51 AccountManager accountManager;
65 AccountManager accountManager;
80 AccountManager accountManager;
95 AccountManager accountManager;
110 AccountManager accountManager;
127 AccountManager accountManager;
146 AccountManager accountManager;
163 AccountManager accountManager;
177 AccountManager accountManager;
194 AccountManager accountManager;
[all …]
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-account.md6 |Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(callback: Asy…
7 |Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(): Promise\<n…
8 |Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: nu…
9 |Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: nu…
13 |Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(): …
15 |Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumbe…
17 |Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalI…
18 |Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number, ca…
19 |Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number): P…
52 …ss name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId?: number): Pro…
[all …]
/ohos5.0/foundation/multimodalinput/input/service/account_manager/include/
H A Daccount_manager.h29 class AccountManager final {
75 static std::shared_ptr<AccountManager> GetInstance();
77 AccountManager();
78 ~AccountManager();
79 DISALLOW_COPY_AND_MOVE(AccountManager);
96 static std::shared_ptr<AccountManager> instance_;
106 inline int32_t AccountManager::AccountSetting::GetAccountId() const in GetAccountId()
111 inline bool AccountManager::AccountSetting::GetAccShortcutEnabled() const in GetAccShortcutEnabled()
116 inline bool AccountManager::AccountSetting::GetAccShortcutEnabledOnScreenLocked() const in GetAccShortcutEnabledOnScreenLocked()
121 inline int32_t AccountManager::AccountSetting::GetAccShortcutTimeout() const in GetAccShortcutTimeout()
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-account.md75AccountManager;<br>方法or属性:isMultiOsAccountEnable(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager
76AccountManager;<br>方法or属性:isOsAccountActived(localId: number): Promise\<boolean>;<br>旧版本信息:|类名:Acc…
78AccountManager;<br>方法or属性:isTestOsAccount(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法…
80AccountManager;<br>方法or属性:isOsAccountVerified(localId?: number): Promise\<boolean>;<br>旧版本信息:|类名:A…
81AccountManager;<br>方法or属性:getCreatedOsAccountsCount(): Promise\<number>;<br>旧版本信息:|类名:AccountManag…
82AccountManager;<br>方法or属性:getOsAccountLocalIdFromProcess(): Promise\<number>;<br>旧版本信息:|类名:Account…
83AccountManager;<br>方法or属性:getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>旧版本信息:|类名:
86AccountManager;<br>方法or属性:queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>旧版本信息:|类名:Acc…
87AccountManager;<br>方法or属性:queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountMa…
88AccountManager;<br>方法or属性:getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>旧版本信息:|类名:Acc…
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-account.md217AccountManager;<br>方法or属性:isMultiOsAccountEnable(callback: AsyncCallback\<boolean>): void;<br>旧版本信…
218AccountManager;<br>方法or属性:isOsAccountActived(localId: number, callback: AsyncCallback\<boolean>): …
220AccountManager;<br>方法or属性:isTestOsAccount(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:A…
221AccountManager;<br>方法or属性:isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|…
222AccountManager;<br>方法or属性:getCreatedOsAccountsCount(callback: AsyncCallback\<number>): void;<br>旧版…
223AccountManager;<br>方法or属性:getOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;<…
224AccountManager;<br>方法or属性:getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>…
227AccountManager;<br>方法or属性:queryActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): vo…
228AccountManager;<br>方法or属性:queryCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br…
229AccountManager;<br>方法or属性:getOsAccountTypeFromProcess(callback: AsyncCallback\<OsAccountType>): vo…
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/account/src/
H A Daccount_manager.cpp17 AccountManager &AccountManager::GetInstance() in GetInstance()
19 static AccountManager instance; in GetInstance()
23 std::string AccountManager::GetCurrentAccount() in GetCurrentAccount()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/account/include/
H A Daccount_manager.h20 class AccountManager {
22 static AccountManager &GetInstance();
26 AccountManager() = default;
27 ~AccountManager() = default;
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-account.md217AccountManager;<br>Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\<boole…
218AccountManager;<br>Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCa…
220AccountManager;<br>Method or attribute name: isTestOsAccount(callback: AsyncCallback\<boolean>): v…
221AccountManager;<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>…
222AccountManager;<br>Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\<nu…
223AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallbac…
224AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: Asy…
227AccountManager;<br>Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\<A…
228AccountManager;<br>Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\<OsAcco…
229AccountManager;<br>Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\<…
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.3.2/
H A Dchangelogs-account_os_account.md69 interface AccountManager {
103 interface AccountManager {
142 interface AccountManager {
174 interface AccountManager {
207 interface AccountManager {
240 interface AccountManager {
273 interface AccountManager {
306 interface AccountManager {
339 interface AccountManager {
372 interface AccountManager {
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-account.md75AccountManager;<br>Method or attribute name: isMultiOsAccountEnable(): Promise\<boolean>;<br>Old v…
76AccountManager;<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean…
78AccountManager;<br>Method or attribute name: isTestOsAccount(): Promise\<boolean>;<br>Old version …
80AccountManager;<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boole…
81AccountManager;<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>Old…
82AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\<number>;<b…
83AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\<num…
86AccountManager;<br>Method or attribute name: queryActivatedOsAccountIds(): Promise\<Array\<number>…
87AccountManager;<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>…
88AccountManager;<br>Method or attribute name: getOsAccountTypeFromProcess(): Promise\<OsAccountType…
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount.md17 getAccountManager(): AccountManager
27 | [AccountManager](#accountmanager) | 系统账号管理对象。 |
32 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
47 ## AccountManager section
76 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
115 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
161 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
216 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
260 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
309 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-account.md29 | ohos.account.osAccount | AccountManager | getDistributedVirtualDeviceId(callback: AsyncCallback\<…
30 | ohos.account.osAccount | AccountManager | getOsAccountTypeFromProcess(callback: AsyncCallback\<Os…
31 | ohos.account.osAccount | AccountManager | queryCurrentOsAccount(callback: AsyncCallback\<OsAccoun…
32 | ohos.account.osAccount | AccountManager | queryActivatedOsAccountIds(callback: AsyncCallback\<Arr…
35 | ohos.account.osAccount | AccountManager | getOsAccountLocalIdFromUid(uid: number, callback: Async…
36 | ohos.account.osAccount | AccountManager | getOsAccountLocalIdFromProcess(callback: AsyncCallback\…
37 | ohos.account.osAccount | AccountManager | getCreatedOsAccountsCount(callback: AsyncCallback\<numb…
39 | ohos.account.osAccount | AccountManager | isTestOsAccount(callback: AsyncCallback\<boolean>): voi…
41 | ohos.account.osAccount | AccountManager | isOsAccountActived(localId: number, callback: AsyncCall…
42 | ohos.account.osAccount | AccountManager | isMultiOsAccountEnable(callback: AsyncCallback\<boolean…
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-account.md29 | ohos.account.osAccount | AccountManager | getDistributedVirtualDeviceId(callback: AsyncCallback\<…
30 | ohos.account.osAccount | AccountManager | getOsAccountTypeFromProcess(callback: AsyncCallback\<Os…
31 | ohos.account.osAccount | AccountManager | queryCurrentOsAccount(callback: AsyncCallback\<OsAccoun…
32 | ohos.account.osAccount | AccountManager | queryActivatedOsAccountIds(callback: AsyncCallback\<Arr…
35 | ohos.account.osAccount | AccountManager | getOsAccountLocalIdFromUid(uid: number, callback: Async…
36 | ohos.account.osAccount | AccountManager | getOsAccountLocalIdFromProcess(callback: AsyncCallback\…
37 | ohos.account.osAccount | AccountManager | getCreatedOsAccountsCount(callback: AsyncCallback\<numb…
39 | ohos.account.osAccount | AccountManager | isTestOsAccount(callback: AsyncCallback\<boolean>): voi…
41 | ohos.account.osAccount | AccountManager | isOsAccountActived(localId: number, callback: AsyncCall…
42 | ohos.account.osAccount | AccountManager | isMultiOsAccountEnable(callback: AsyncCallback\<boolean…
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.2/
H A Dchangelogs-account_os_account.md69 interface AccountManager {
103 interface AccountManager {
142 interface AccountManager {
174 interface AccountManager {
207 interface AccountManager {
240 interface AccountManager {
273 interface AccountManager {
306 interface AccountManager {
339 interface AccountManager {
372 interface AccountManager {
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-account.md103 …版本:N/A|方法名 or 属性名:isMultiOsAccountEnable<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
105 …r>废弃版本:N/A|方法名 or 属性名:isOsAccountActived<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
107 …A|方法名 or 属性名:isOsAccountConstraintEnable<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
109 …t<br>废弃版本:N/A|方法名 or 属性名:isTestOsAccount<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
111 …>废弃版本:N/A|方法名 or 属性名:isOsAccountVerified<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
114 …N/A|方法名 or 属性名:getCreatedOsAccountsCount<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
118 …/A|方法名 or 属性名:getOsAccountLocalIdFromUid<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
122 …/A|方法名 or 属性名:getOsAccountAllConstraints<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
124 …/A|方法名 or 属性名:queryActivatedOsAccountIds<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
126 …弃版本:N/A|方法名 or 属性名:queryCurrentOsAccount<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-account.md101 …版本:N/A|方法名 or 属性名:isMultiOsAccountEnable<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
103 …r>废弃版本:N/A|方法名 or 属性名:isOsAccountActived<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
105 …A|方法名 or 属性名:isOsAccountConstraintEnable<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
107 …t<br>废弃版本:N/A|方法名 or 属性名:isTestOsAccount<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
109 …>废弃版本:N/A|方法名 or 属性名:isOsAccountVerified<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
112 …N/A|方法名 or 属性名:getCreatedOsAccountsCount<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
116 …/A|方法名 or 属性名:getOsAccountLocalIdFromUid<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
120 …/A|方法名 or 属性名:getOsAccountAllConstraints<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
122 …/A|方法名 or 属性名:queryActivatedOsAccountIds<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
124 …弃版本:N/A|方法名 or 属性名:queryCurrentOsAccount<br>废弃版本:9<br>代替接口:osAccount.AccountManager|@ohos.account.…
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount.md17 getAccountManager(): AccountManager
19 Obtains an **AccountManager** instance.
27 | [AccountManager](#accountmanager) | **AccountManager** instance obtained.|
32 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
47 ## AccountManager section
76 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
115 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
161 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
216 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
260 let accountManager: osAccount.AccountManager = osAccount.getAccountManager();
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-account_os_account.md13 - AccountManager
46 - AccountManager
78 - AccountManager
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.3/
H A Dchangelogs-account_os_account.md13 - AccountManager
46 - AccountManager
78 - AccountManager
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-account.md18 |新增|NA|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdForUidSync(uid: number): number;|@ohos.accou…
19 |新增|NA|类名:AccountManager;<br>方法or属性:getBundleIdForUidSync(uid: number): number;|@ohos.account.osAcc…
37AccountManager;<br>方法or属性:getCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>旧…
38 …有变化|类名:AccountManager;<br>方法or属性:getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>旧版本信息:ohos.per…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-account.md38 | ohos.account.osAccount | AccountManager | queryOsAccountConstraintSourceTypes(localId: number, co…
39 | ohos.account.osAccount | AccountManager | isMainOsAccount(callback: AsyncCallback\<boolean>): voi…
40 | ohos.account.osAccount | AccountManager | getBundleIdFromUid(uid: number, callback: AsyncCallback…
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-account_os_account.md13 - AccountManager
46 - AccountManager
78 - AccountManager
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.3/
H A Dchangelogs-account_os_account.md13 - AccountManager
46 - AccountManager
78 - AccountManager

12