Home
last modified time | relevance | path

Searched refs:IsOsAccountDeactivating (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dinner_os_account_manager_test.cpp192 ErrCode ret = innerMgrService_->IsOsAccountDeactivating(id, isDeactivating);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp91 ErrCode OsAccountManager::IsOsAccountDeactivating(const int id, bool &isDeactivating) in IsOsAccountDeactivating() function in OHOS::AccountSA::OsAccountManager
93 return OsAccount::GetInstance().IsOsAccountDeactivating(id, isDeactivating); in IsOsAccountDeactivating()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h172 static ErrCode IsOsAccountDeactivating(const int id, bool &isDeactivating);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h52 virtual ErrCode IsOsAccountDeactivating(const int id, bool &isDeactivating) = 0;
H A Dos_account.h42 ErrCode IsOsAccountDeactivating(const int id, bool &isDeactivating);
H A Dos_account_proxy.h46 ErrCode IsOsAccountDeactivating(const int id, bool &isDeactivating) override;
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp357 ErrCode OsAccountManagerService::IsOsAccountDeactivating(const int id, bool &isDeactivating) in IsOsAccountDeactivating() function in OHOS::AccountSA::OsAccountManagerService
366 return innerManager_.IsOsAccountDeactivating(id, isDeactivating); in IsOsAccountDeactivating()
375 return innerManager_.IsOsAccountDeactivating(id, isDeactivating); in IsOsAccountDeactivating()
H A Dos_account_stub.cpp1198 ErrCode result = IsOsAccountDeactivating(localId, isDeactivating); in ProcIsOsAccountDeactivating()
H A Dinner_os_account_manager.cpp1087 ErrCode IInnerOsAccountManager::IsOsAccountDeactivating(const int id, bool &isDeactivating) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h46 virtual ErrCode IsOsAccountDeactivating(const int id, bool &isDeactivating) = 0;
H A Dos_account_manager_service.h55 ErrCode IsOsAccountDeactivating(const int id, bool &isDeactivating) override;
H A Diinner_os_account_manager.h51 ErrCode IsOsAccountDeactivating(const int id, bool &isDeactivating) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp257 ErrCode OsAccount::IsOsAccountDeactivating(const int id, bool &isDeactivating) in IsOsAccountDeactivating() function in OHOS::AccountSA::OsAccount
265 return proxy->IsOsAccountDeactivating(id, isDeactivating); in IsOsAccountDeactivating()
H A Dos_account_proxy.cpp313 ErrCode OsAccountProxy::IsOsAccountDeactivating(const int id, bool &isDeactivating) in IsOsAccountDeactivating() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map38 "OHOS::AccountSA::OsAccount::IsOsAccountDeactivating(int, bool&)";
97 "OHOS::AccountSA::OsAccountManager::IsOsAccountDeactivating(int, bool&)";
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp3257 EXPECT_EQ(OsAccountManager::IsOsAccountDeactivating(MAIN_ACCOUNT_ID, isDeactivating), ERR_OK);