Searched refs:GetAllowCreateId (Results 1 – 8 of 8) sorted by relevance
239 EXPECT_EQ(g_controlManager->GetAllowCreateId(id), ERR_OK);255 g_controlManager->GetAllowCreateId(id);287 g_controlManager->GetAllowCreateId(id);329 g_controlManager->GetAllowCreateId(id);349 g_controlManager->GetAllowCreateId(id);368 g_controlManager->GetAllowCreateId(id);
60 g_controlManager->GetAllowCreateId(g_id); in SetUpTestCase()
918 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))929 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))1041 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))1086 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))1830 EXPECT_CALL(*ptr, GetAllowCreateId(::testing::_))
40 virtual ErrCode GetAllowCreateId(int &id) = 0;
52 ErrCode GetAllowCreateId(int &id) override;
41 MOCK_METHOD1(GetAllowCreateId, ErrCode(int &id));
1134 ErrCode OsAccountControlFileManager::GetAllowCreateId(int &id) in GetAllowCreateId() function in OHOS::AccountSA::OsAccountControlFileManager
324 errCode = osAccountControl_->GetAllowCreateId(id); in RetryToGetAccount()