Home
last modified time | relevance | path

Searched refs:ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp264 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in RemoveOsAccount()
540 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in SetOsAccountName()
569 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in SetOsAccountConstraints()
589 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in SetOsAccountProfilePhoto()
617 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in ActivateOsAccount()
637 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in DeactivateOsAccount()
813 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in SetCurrentOsAccountIsVerified()
827 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in SetOsAccountIsVerified()
1046 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in SetSpecificOsAccountConstraints()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_test.cpp148 EXPECT_EQ(errCode, ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR);
150 EXPECT_EQ(errCode, ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR);
/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp105 case ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR: in OsAccountConvertToJSErrCode()
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_error_common_test.cpp122 … EXPECT_EQ(ConvertToJSErrCode(ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR), ERR_JS_ACCOUNT_RESTRICTED);
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h191 ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR, enumerator
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/ohos_account/
H A Dohos_account_manager_test.cpp140 EXPECT_EQ(ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR, ret);
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp322 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in GetAccountInfo()
H A Daccount_stub.cpp190 return ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR; in CheckUserIdValid()
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp305 ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR);
1003 …anagerService_->SetCurrentOsAccountIsVerified(isVerified), ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR);
1592 …CONSTANTS_VECTOR, false, localId, MAIN_ACCOUNT_ID, false), ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR);
1594 …CONSTANTS_VECTOR, false, MAIN_ACCOUNT_ID, localId, false), ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR);
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Daccount_mgr_inner_sdk_func_test.cpp612 EXPECT_EQ(ERR_OSACCOUNT_SERVICE_MANAGER_ID_ERROR, ret);