Searched refs:RemoveOAConstraintsInfo (Results 1 – 7 of 7) sorted by relevance
42 MOCK_METHOD1(RemoveOAConstraintsInfo, ErrCode(const int32_t id));
51 virtual ErrCode RemoveOAConstraintsInfo(const int32_t id) = 0;
64 ErrCode RemoveOAConstraintsInfo(const int32_t id) override;
426 EXPECT_CALL(*ptr, RemoveOAConstraintsInfo(::testing::_))449 EXPECT_CALL(*ptr, RemoveOAConstraintsInfo(::testing::_))455 EXPECT_CALL(*ptr, RemoveOAConstraintsInfo(::testing::_))1236 EXPECT_CALL(*ptr, RemoveOAConstraintsInfo(::testing::_))
581 ErrCode ret = osAccountControlManager_->RemoveOAConstraintsInfo(INT_TEST_ERR_USER_ID);
365 errCode = osAccountControl_->RemoveOAConstraintsInfo(id); in RemoveOsAccountOperate()
423 ErrCode OsAccountControlFileManager::RemoveOAConstraintsInfo(const int32_t id) in RemoveOAConstraintsInfo() function in OHOS::AccountSA::OsAccountControlFileManager