Home
last modified time | relevance | path

Searched refs:INVALID_ACCOUNT_ID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddatashare_manager.cpp31 constexpr static int32_t INVALID_ACCOUNT_ID = -1; variable
129 int32_t id = INVALID_ACCOUNT_ID; in GetLocalAccountId()
131 if (err != ERR_OK || id == INVALID_ACCOUNT_ID) { in GetLocalAccountId()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_connection_test.cpp41 constexpr int32_t INVALID_ACCOUNT_ID = -1; variable
511 INVALID_ACCOUNT_ID, CHANNEL_ID, *abilityInfo);
514 …ALSE(Singleton<AccessibleAbilityManagerService>::GetInstance().GetAccountData(INVALID_ACCOUNT_ID));
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp95 const std::int32_t INVALID_ACCOUNT_ID = 200; variable
1381 EXPECT_NE(osAccountManagerService_->DumpState(INVALID_ACCOUNT_ID, state), ERR_OK);
1544 INVALID_ACCOUNT_ID, CONSTANT_WIFI, isConstraintEnable), ERR_OK);
1550 CONSTANTS_VECTOR, true, INVALID_ACCOUNT_ID, true), ERR_OK);
1607 CONSTANTS_VECTOR, true, INVALID_ACCOUNT_ID, MAIN_ACCOUNT_ID, false), ERR_OK);
1610 CONSTANTS_VECTOR, true, MAIN_ACCOUNT_ID, INVALID_ACCOUNT_ID, false), ERR_OK);