Home
last modified time | relevance | path

Searched refs:GetDeviceOwnerId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dios_account_control.h73 virtual ErrCode GetDeviceOwnerId(int32_t &deviceOwnerId) = 0;
H A Dos_account_control_file_manager.h85 ErrCode GetDeviceOwnerId(int32_t &deviceOwnerId) override;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
H A Dmock_os_account_control_file_manager.h83 ErrCode GetDeviceOwnerId(int32_t &deviceOwnerId) { return ERR_OK; } in GetDeviceOwnerId() function
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp1481 ErrCode OsAccountControlFileManager::GetDeviceOwnerId(int &deviceOwnerId) in GetDeviceOwnerId() function in OHOS::AccountSA::OsAccountControlFileManager
H A Dinner_os_account_manager.cpp88 osAccountControl_->GetDeviceOwnerId(deviceOwnerId_); in IInnerOsAccountManager()
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map205 "OHOS::AccountSA::OsAccountControlFileManager::GetDeviceOwnerId(int&)";