Searched refs:UpdateDeviceOwnerId (Results 1 – 6 of 6) sorted by relevance
74 virtual ErrCode UpdateDeviceOwnerId(const int32_t deviceOwnerId) = 0;
86 ErrCode UpdateDeviceOwnerId(const int32_t deviceOwnerId) override;
59 MOCK_METHOD1(UpdateDeviceOwnerId, ErrCode(const int32_t deviceOwnerId));
747 osAccountControl_->UpdateDeviceOwnerId(-1); in RetryToGetAccount()1314 return osAccountControl_->UpdateDeviceOwnerId(localId); in RetryToGetAccount()1318 return osAccountControl_->UpdateDeviceOwnerId(-1); in RetryToGetAccount()
1498 ErrCode OsAccountControlFileManager::UpdateDeviceOwnerId(const int deviceOwnerId) in UpdateDeviceOwnerId() function in OHOS::AccountSA::OsAccountControlFileManager
1656 EXPECT_CALL(*ptr, UpdateDeviceOwnerId(_))