Home
last modified time | relevance | path

Searched refs:GetAllowCreateId (Results 1 – 7 of 7) sorted by relevance

/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_control_file_manager_test.cpp241 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);
Dos_account_inner_account_mgr_mock.cpp209 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::_))
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
Dmock_os_account_control_file_manager.h37 MOCK_METHOD1(GetAllowCreateId, ErrCode(int &id));
/base/account/os_account/services/accountmgr/include/osaccount/
Dios_account_control.h32 virtual ErrCode GetAllowCreateId(int &id) = 0;
Dos_account_control_file_manager.h45 ErrCode GetAllowCreateId(int &id) override;
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp187 errCode = osAccountControl_->GetAllowCreateId(id); in PrepareOsAccountInfo()
Dos_account_control_file_manager.cpp734 ErrCode OsAccountControlFileManager::GetAllowCreateId(int &id) in GetAllowCreateId() function in OHOS::AccountSA::OsAccountControlFileManager