Home
last modified time | relevance | path

Searched refs:Disable (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/
H A Dhdf_sensor_hdi_test.cpp234 ret = g_sensorInterface->Disable(iter.sensorId);
257 ret = g_sensorInterface->Disable(ABNORMAL_SENSORID);
282 ret = g_sensorInterface->Disable(iter.sensorId);
351 ret = g_sensorInterface->Disable(iter.sensorId);
395 ret = g_sensorInterface->Disable(iter.sensorId);
452 ret = g_sensorInterface->Disable(iter.sensorId);
536 ret = g_sensorInterface->Disable(sensorId);
572 ret = g_sensorInterface->Disable(sensorId);
608 ret = g_sensorInterface->Disable(sensorId);
634 ret = g_sensorInterface->Disable(iter.sensorId);
[all …]
/ohos5.0/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp149 ret = g_manager->Disable(Type::TYPE_ABSOLUTE_STILL);
167 ret = g_manager->Disable(Type::TYPE_HORIZONTAL_POSITION);
185 ret = g_manager->Disable(Type::TYPE_INVALID);
239 ret = g_manager->Disable(Type::TYPE_ABSOLUTE_STILL);
258 ret = g_manager->Disable(Type::TYPE_HORIZONTAL_POSITION);
277 ret = g_manager->Disable(Type::TYPE_VERTICAL_POSITION);
296 ret = g_manager->Disable(Type::TYPE_HORIZONTAL_POSITION);
555 ret = g_manager->Disable(Type::TYPE_MAX);
620 ret = g_manager->Disable(Type::TYPE_ABSOLUTE_STILL);
639 ret = g_manager->Disable(Type::TYPE_HORIZONTAL_POSITION);
[all …]
H A Ddevice_status_mock_test.cpp164 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_INVALID) == ERR_OK);
180 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_ABSOLUTE_STILL) == ERR_OK);
196 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_HORIZONTAL_POSITION) == ERR_OK);
212 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_VERTICAL_POSITION) == ERR_OK);
228 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_LID_OPEN) == ERR_OK);
244 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_MAX) == ERR_OK);
260 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_HORIZONTAL_POSITION) == ERR_OK);
438 int32_t ret = deviceStatusMsdpMock.Disable(Type::TYPE_MAX);
453 int32_t ret = deviceStatusMsdpMock.Disable(Type::TYPE_MAX);
/ohos5.0/drivers/peripheral/intelligent_voice/utils/
H A Dscope_guard.h32 rhs.Disable(); in ScopeGuard()
42 void Disable() in Disable() function
92 (__onScopeGuardExit__.Disable())
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dscope_guard.h31 rhs.Disable(); in ScopeGuard()
41 void Disable() in Disable() function
90 (__onScopeGuardExit__.Disable())
/ohos5.0/drivers/peripheral/sensor/test/benchmarktest/
H A Dsensor_benchmark_test.cpp161 ret = g_sensorInterface->Disable(iter.sensorId); in BENCHMARK_F()
178 BENCHMARK_F(SensorBenchmarkTest, Disable)(benchmark::State &state) in BENCHMARK_F() argument
197 ret = g_sensorInterface->Disable(iter.sensorId); in BENCHMARK_F()
206 BENCHMARK_REGISTER_F(SensorBenchmarkTest, Disable)->
235 ret = g_sensorInterface->Disable(iter.sensorId); in BENCHMARK_F()
276 ret = g_sensorInterface->Disable(iter.sensorId); in BENCHMARK_F()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dmeta_disable_task.cpp64 auto result = Disable(); in DoTaskInner()
79 int32_t MetaDisableTask::Disable() in Disable() function in OHOS::DistributedHardware::MetaDisableTask
93 if (distributedModemExt_->Disable(GetNetworkId(), sourcePtr) != DH_FWK_SUCCESS) { in Disable()
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Derrorcode-wifi.md25 1. Disable and then enable the Wi-Fi function again.
46 1. Disable and then enable the Wi-Fi function again.
85 1. Disable and then enable the hotspot again.
106 1. Disable and then enable the hotspot again.
127 1. Disable and then enable the Wi-Fi function again.
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/sensor/
H A Dinterface_i_sensor_interface_v10.md24 | [Disable](#disable) ([in] int sensorId) | 根据传感器设备类型标识去使能传感器信息列表里存在的设备。 |
35 ### Disable()
38 ISensorInterface::Disable ([in] int sensorId)
H A Dinterface_i_sensor_interface_v11.md24 | [Disable](#disable) ([in] int sensorId) | 根据传感器设备类型标识去使能传感器信息列表里存在的设备。 |
36 ### Disable()
39 ISensorInterface::Disable ([in] int sensorId)
H A Dinterface_i_sensor_interface_v20.md24 | [Disable](#disable) ([in] int sensorId) | 根据传感器设备类型标识去使能传感器信息列表里存在的设备。 |
36 ### Disable()
39 ISensorInterface::Disable ([in] int sensorId)
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Dmonitor.cpp38 Disable(); in ~Monitor()
65 Disable(); in Enable()
71 void Monitor::Disable() in Disable() function in OHOS::Msdp::DeviceStatus::Monitor
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Dmonitor.cpp38 Disable(); in ~Monitor()
65 Disable(); in Enable()
71 void Monitor::Disable() in Disable() function in OHOS::Msdp::DeviceStatus::Monitor
/ohos5.0/foundation/multimodalinput/input/intention/adapters/ddm_adapter/src/
H A Dddm_adapter.cpp39 void DDMAdapter::Disable() in Disable() function in OHOS::Msdp::DeviceStatus::DDMAdapter
42 ddm_->Disable(); in Disable()
/ohos5.0/base/msdp/device_status/intention/adapters/ddm_adapter/src/
H A Dddm_adapter.cpp39 void DDMAdapter::Disable() in Disable() function in OHOS::Msdp::DeviceStatus::DDMAdapter
42 ddm_->Disable(); in Disable()
/ohos5.0/foundation/multimedia/av_codec/services/utils/include/
H A Dscope_guard.h39 void Disable() in Disable() function
61 onScopeExitGuard##id.Disable()
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/
H A Dscope_guard.h39 void Disable() in Disable() function
59 #define CANCEL_SCOPE_EXIT_GUARD(id) onScopeExitGuard##id.Disable()
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dscope_guard.h39 void Disable() in Disable() function
61 onScopeExitGuard##id.Disable()
/ohos5.0/base/update/updater/utils/include/
H A Dscope_guard.h36 void Disable() in Disable() function
56 #define CANCEL_SCOPE_EXIT_GUARD(id) onScopeExitGuard##id.Disable()
/ohos5.0/foundation/multimodalinput/input/intention/common/channel/include/
H A Dchannel.h127 void Disable() in Disable() function
130 channel_->Disable(); in Disable()
166 void Disable();
195 void Channel<Event>::Disable() in Disable() function
/ohos5.0/base/msdp/device_status/intention/common/channel/include/
H A Dchannel.h127 void Disable() in Disable() function
130 channel_->Disable(); in Disable()
166 void Disable();
195 void Channel<Event>::Disable() in Disable() function
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/buffer_calibration/
H A Dbuffer_calibration.h45 void Disable() in Disable() function
53 Disable(); in Reset()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.cpp174 ProfileServiceManager::GetInstance()->Disable(transport); in Entry()
188 IPowerManager::GetInstance().Disable(); in Dispatch()
190 adapter_.GetContext()->Disable(); in Dispatch()
201 adapter_.GetContext()->Disable(); in Dispatch()
H A Dpower_manager.h90 virtual void Disable() = 0;
175 void Disable() override;
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp28 void DSoftbusAdapter::Disable() in Disable() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapter
30 DSoftbusAdapterImpl::GetInstance()->Disable(); in Disable()

12345678910>>...19