Home
last modified time | relevance | path

Searched refs:isActived (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Ddefault_multi_account_strategy_test.cpp66 bool isActived = true; variable
74 AccountPriorityInfo accPri1(accountId, accountName, accountType, isActived);
75 …tiAccountManager::GetInstance().SetAccountPriority(accountId, accountName, accountType, isActived);
81 isActived = false;
82 AccountPriorityInfo accPri2(accountId, accountName, accountType, isActived);
83 …tiAccountManager::GetInstance().SetAccountPriority(accountId, accountName, accountType, isActived);
103 bool isActived = true; variable
111 …tiAccountManager::GetInstance().SetAccountPriority(accountId, accountName, accountType, isActived);
H A Dmulti_account_manager_test.cpp67 bool isActived = true; variable
69 …tiAccountManager::GetInstance().SetAccountPriority(accountId, accountName, accountType, isActived);
75 EXPECT_EQ(info->GetIsActived(), isActived);
84 bool isActived = false; variable
87 …tiAccountManager::GetInstance().SetAccountPriority(accountId, accountName, accountType, isActived);
137 bool isActived = false; variable
138 …tiAccountManager::GetInstance().SetAccountPriority(accountId, accountName, accountType, isActived);
156 bool isActived = true; variable
158 …tiAccountManager::GetInstance().SetAccountPriority(accountId, accountName, accountType, isActived);
165 EXPECT_EQ(accountInfo->GetIsActived(), isActived);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.3/
H A Dchangelogs-testfwk_arkxtest.md47 ## cl.testfwk_arkxtest.2 UiWindow.isActived接口废弃
59 此变更影响@ohos.uitest提供的UiWindow.isActived接口。用户此前在测试用例开发中使用了@ohos.uitest-api9 中UiWindow.isActived接口的,需要…
69 | isActived(): Promise<boolean>; | 使用isActive来判断窗口是否为交互窗口 | isActive(): Promise<boolean>; |
73 需要使用isActive()来替换isActived().
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Daccount_priority_info.cpp24 …yInfo::AccountPriorityInfo(int id, std::string name, AccountSA::OsAccountType type, bool isActived) in AccountPriorityInfo() argument
25 : id_(id), name_(name), type_(type), isActived_(isActived) in AccountPriorityInfo()
65 void AccountPriorityInfo::SetIsActived(bool isActived) in SetIsActived() argument
67 isActived_ = isActived; in SetIsActived()
H A Dmulti_account_manager.cpp86 AccountSA::OsAccountType accountType, bool isActived) in SetAccountPriority() argument
91 accountId, accountName, accountType, isActived); in SetAccountPriority()
96 accountInfo->SetIsActived(isActived); in SetAccountPriority()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.3/
H A Dchangelogs-testfwk_arkxtest.md47 ## cl.testfwk_arkxtest.2 Deprecation of the UiWindow.isActived API
59 …is change affects the **UiWindow.isActived** API provided by **@ohos.uitest**. If you have used th…
69 | isActived(): Promise\<boolean>; | Replaced by **isActive()**.| isActive(): Promise\<boolean>; |
73 Replace **isActived()** with **isActive()**.
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Daccount_priority_info.h26 AccountPriorityInfo(int id, std::string name, AccountSA::OsAccountType type, bool isActived);
34 void SetIsActived(bool isActived);
H A Dmulti_account_manager.h36 AccountSA::OsAccountType accountType, bool isActived);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.3.5/
H A Dchangelogs-account_os_account.md79 isActived(8)
105 isActived: boolean;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.5/
H A Dchangelogs-account_os_account.md79 isActived (8)
105 isActived: boolean;
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1089 auto isActived = std::make_unique<IsActivedAsyncContext>(); in InnerIsOsAccountActived() local
1090 isActived->env = env; in InnerIsOsAccountActived()
1091 isActived->throwErr = throwErr; in InnerIsOsAccountActived()
1093 if (!ParseParaIsActived(env, cbInfo, isActived.get()) && throwErr) { in InnerIsOsAccountActived()
1098 if (isActived->callbackRef == nullptr) { in InnerIsOsAccountActived()
1099 napi_create_promise(env, &isActived->deferred, &result); in InnerIsOsAccountActived()
1108 reinterpret_cast<void *>(isActived.get()), &isActived->work); in InnerIsOsAccountActived()
1110 napi_queue_async_work_with_qos(env, isActived->work, napi_qos_default); in InnerIsOsAccountActived()
1111 isActived.release(); in InnerIsOsAccountActived()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp308 bool isActived = BOOL_IS_ACTIVED; variable
310 osAccountInfo.isActivated_ = isActived;
311 EXPECT_EQ(isActived, osAccountInfo.GetIsActived());
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-unitest.md17 | ohos.uitest | UiWindow | isActived():Promise\<bool>; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-unitest.md17 | ohos.uitest | UiWindow | isActived():Promise\<bool>; | Added|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-unitest.md82 |新增|NA|方法名 or 属性名:isActived<br>函数:isActived(): Promise<boolean>;|@ohos.uitest.d.ts|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount.md1726 accountManager.isOsAccountActived(localId, (err: BusinessError, isActived: boolean) => {
1730 console.log('isOsAccountActived successfully, isActived:' + isActived);
1767 accountManager.isOsAccountActived(localId).then((isActived: boolean) => {
1768 console.log('isOsAccountActived successfully, isActived: ' + isActived);
2805 | isActived<sup>(deprecated)</sup> | boolean | 是…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-unitest.md82 |Added|NA|Method or attribute name: isActived<br>Function name: isActived(): Promise<boolean>;|@oho…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-account.md17 | ohos.account.osAccount | OsAccountInfo | isActived: boolean; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-account.md17 | ohos.account.osAccount | OsAccountInfo | isActived: boolean; | Added|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount.md1726 accountManager.isOsAccountActived(localId, (err: BusinessError, isActived: boolean) => {
1730 console.log('isOsAccountActived successfully, isActived:' + isActived);
1767 accountManager.isOsAccountActived(localId).then((isActived: boolean) => {
1768 console.log('isOsAccountActived successfully, isActived: ' + isActived);
2805 | isActived<sup>(deprecated)</sup> | boolean | Y…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-unitest.md179 |新增|NA|类名:UiWindow;<br>方法or属性:isActived(): Promise\<boolean>;|@ohos.UiTest.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-unitest.md152 |新增|NA|模块名: ohos.UiTest<br>类名: UiWindow<br>方法 or 属性: isActived(): Promise\<boolean>;|@ohos.UiTest.d…
315 |删除|模块名: ohos.uitest<br>类名: UiWindow<br>方法 or 属性:isActived(): Promise\<boolean>;|NA|@ohos.uitest.d.…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/
H A Djs-apis-uitest.md3410 ### isActived<sup>(deprecated)</sup>
3412 isActived(): Promise\<boolean>
3442 let focused = await window.isActived();
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-unitest.md179 |Added|NA|Class name: UiWindow;<br>Method or attribute name: isActived(): Promise\<boolean>;|@ohos.…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-unitest.md152 |Added|NA|Module name: ohos.UiTest<br>Class name: UiWindow<br>Method or attribute name: isActived()…
315 |Deleted|Module name: ohos.uitest<br>Class name: UiWindow<br>Method or attribute name: isActived():…

12