Searched refs:DisableCount (Results 1 – 10 of 10) sorted by relevance
32 bool DisableCount(const Type type);
47 ErrCode DisableCount(Type type) override;
54 ErrCode DisableCount(Type type) override;
43 virtual ErrCode DisableCount(Type type) = 0;
94 ErrCode DeviceStatusMsdpMock::DisableCount(Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock98 dataParse_->DisableCount(type); in DisableCount()
223 ErrCode AlgoMgr::DisableCount(Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::AlgoMgr
120 bool DeviceStatusDataParse::DisableCount(const Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse
216 iMock_->DisableCount(type); in MockDisable()
251 EXPECT_TRUE(g_testMock->DisableCount(Type::TYPE_HORIZONTAL_POSITION) == ERR_OK);
311 ret = g_manager->DisableCount(Type::TYPE_HORIZONTAL_POSITION);