Home
last modified time | relevance | path

Searched refs:DisableCount (Results 1 – 10 of 10) sorted by relevance

/base/msdp/device_status/libs/include/
Ddevicestatus_data_parse.h32 bool DisableCount(const Type type);
Ddevicestatus_algorithm_manager.h47 ErrCode DisableCount(Type type) override;
Ddevicestatus_msdp_mock.h54 ErrCode DisableCount(Type type) override;
/base/msdp/device_status/libs/interface/
Ddevicestatus_msdp_interface.h43 virtual ErrCode DisableCount(Type type) = 0;
/base/msdp/device_status/libs/src/
Ddevicestatus_msdp_mock.cpp94 ErrCode DeviceStatusMsdpMock::DisableCount(Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock
98 dataParse_->DisableCount(type); in DisableCount()
Ddevicestatus_algorithm_manager.cpp223 ErrCode AlgoMgr::DisableCount(Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::AlgoMgr
Ddevicestatus_data_parse.cpp120 bool DeviceStatusDataParse::DisableCount(const Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse
/base/msdp/device_status/services/native/src/
Ddevicestatus_msdp_client_impl.cpp216 iMock_->DisableCount(type); in MockDisable()
/base/msdp/device_status/libs/test/unittest/src/
Ddevice_status_mock_test.cpp251 EXPECT_TRUE(g_testMock->DisableCount(Type::TYPE_HORIZONTAL_POSITION) == ERR_OK);
Ddevice_status_algorithm_test.cpp311 ret = g_manager->DisableCount(Type::TYPE_HORIZONTAL_POSITION);