/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/ |
H A D | hdf_sensor_hdi_test.cpp | 234 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 D | device_status_algorithm_test.cpp | 149 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 D | device_status_mock_test.cpp | 164 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 D | scope_guard.h | 32 rhs.Disable(); in ScopeGuard() 42 void Disable() in Disable() function 92 (__onScopeGuardExit__.Disable())
|
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | scope_guard.h | 31 rhs.Disable(); in ScopeGuard() 41 void Disable() in Disable() function 90 (__onScopeGuardExit__.Disable())
|
/ohos5.0/drivers/peripheral/sensor/test/benchmarktest/ |
H A D | sensor_benchmark_test.cpp | 161 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 D | meta_disable_task.cpp | 64 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 D | errorcode-wifi.md | 25 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 D | interface_i_sensor_interface_v10.md | 24 | [Disable](#disable) ([in] int sensorId) | 根据传感器设备类型标识去使能传感器信息列表里存在的设备。 | 35 ### Disable() 38 ISensorInterface::Disable ([in] int sensorId)
|
H A D | interface_i_sensor_interface_v11.md | 24 | [Disable](#disable) ([in] int sensorId) | 根据传感器设备类型标识去使能传感器信息列表里存在的设备。 | 36 ### Disable() 39 ISensorInterface::Disable ([in] int sensorId)
|
H A D | interface_i_sensor_interface_v20.md | 24 | [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 D | monitor.cpp | 38 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 D | monitor.cpp | 38 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 D | ddm_adapter.cpp | 39 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 D | ddm_adapter.cpp | 39 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 D | scope_guard.h | 39 void Disable() in Disable() function 61 onScopeExitGuard##id.Disable()
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/ |
H A D | scope_guard.h | 39 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 D | scope_guard.h | 39 void Disable() in Disable() function 61 onScopeExitGuard##id.Disable()
|
/ohos5.0/base/update/updater/utils/include/ |
H A D | scope_guard.h | 36 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 D | channel.h | 127 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 D | channel.h | 127 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 D | buffer_calibration.h | 45 void Disable() in Disable() function 53 Disable(); in Reset()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_state_machine.cpp | 174 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 D | power_manager.h | 90 virtual void Disable() = 0; 175 void Disable() override;
|
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/ |
H A D | dsoftbus_adapter.cpp | 28 void DSoftbusAdapter::Disable() in Disable() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapter 30 DSoftbusAdapterImpl::GetInstance()->Disable(); in Disable()
|