Searched refs:GetAllowCreateId (Results 1 – 7 of 7) sorted by relevance
241 EXPECT_EQ(osAccountControlManager_->GetAllowCreateId(id), ERR_OK);257 osAccountControlManager_->GetAllowCreateId(id);303 osAccountControlManager_->GetAllowCreateId(id);345 osAccountControlManager_->GetAllowCreateId(id);365 osAccountControlManager_->GetAllowCreateId(id);384 osAccountControlManager_->GetAllowCreateId(id);
209 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))223 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))370 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))414 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))1222 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))
37 MOCK_METHOD1(GetAllowCreateId, ErrCode(int &id));
32 virtual ErrCode GetAllowCreateId(int &id) = 0;
45 ErrCode GetAllowCreateId(int &id) override;
187 errCode = osAccountControl_->GetAllowCreateId(id); in PrepareOsAccountInfo()
734 ErrCode OsAccountControlFileManager::GetAllowCreateId(int &id) in GetAllowCreateId() function in OHOS::AccountSA::OsAccountControlFileManager