Home
last modified time | relevance | path

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

/base/msdp/device_status/libs/include/
H A Ddevicestatus_data_parse.h32 bool DisableCount(const Type type);
H A Ddevicestatus_algorithm_manager.h48 ErrCode DisableCount(Type type) override;
H A Ddevicestatus_msdp_mock.h54 ErrCode DisableCount(Type type) override;
/base/msdp/device_status/libs/interface/
H A Ddevicestatus_msdp_interface.h43 virtual ErrCode DisableCount(Type type) = 0;
/base/msdp/device_status/libs/src/
H A Ddevicestatus_msdp_mock.cpp105 ErrCode DeviceStatusMsdpMock::DisableCount(Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock
109 dataParse_->DisableCount(type); in DisableCount()
H A Ddevicestatus_algorithm_manager.cpp230 ErrCode AlgoMgr::DisableCount(Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::AlgoMgr
H A Ddevicestatus_data_parse.cpp122 bool DeviceStatusDataParse::DisableCount(const Type type) in DisableCount() function in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_msdp_client_impl.cpp229 iMock_->DisableCount(type); in MockDisable()
/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_mock_test.cpp250 * @tc.desc: test devicestatus DisableCount
262 EXPECT_TRUE(g_testMock->DisableCount(Type::TYPE_HORIZONTAL_POSITION) == ERR_OK); in HWTEST_F()
H A Ddevice_status_algorithm_test.cpp283 * @tc.desc: test DisableCount
298 ret = g_manager->DisableCount(Type::TYPE_HORIZONTAL_POSITION); in HWTEST_F()

Completed in 5 milliseconds