Home
last modified time | relevance | path

Searched refs:SubscribeCallback (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/msdp/device_status/test/unittest/interfaces/src/
H A Ddevicestatus_client_test.cpp63 …int32_t result = stationaryMgr->SubscribeCallback(Type::TYPE_VERTICAL_POSITION, activityEvent, lat…
68 result = stationaryMgr->SubscribeCallback(Type::TYPE_INVALID, activityEvent, latency, cb);
73 … result = stationaryMgr->SubscribeCallback(Type::TYPE_ABSOLUTE_STILL, activityEvent, latency, cb);
78 …result = stationaryMgr->SubscribeCallback(Type::TYPE_HORIZONTAL_POSITION, activityEvent, latency, …
83 result = stationaryMgr->SubscribeCallback(Type::TYPE_LID_OPEN, activityEvent, latency, cb);
88 result = stationaryMgr->SubscribeCallback(Type::TYPE_MAX, activityEvent, latency, cb);
/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddevicestatus_service_test.cpp74 …g_client->SubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, ReportLatencyNs::LONG, devCallback_…
120 …g_client->SubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, ReportLatencyNs::LONG, devCallback_…
166 …g_client->SubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, ReportLatencyNs::LONG, devCallback_…
212 …g_client->SubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, ReportLatencyNs::LONG, devCallback_…
258 …g_client->SubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, ReportLatencyNs::LONG, devCallback_…
304 …g_client->SubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, ReportLatencyNs::LONG, devCallback_…
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Dstationary_manager.cpp36 int32_t StationaryManager::SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latenc… in SubscribeCallback() function in OHOS::Msdp::DeviceStatus::StationaryManager
39 return INTER_MGR_IMPL.SubscribeCallback(type, event, latency, callback); in SubscribeCallback()
H A Ddevicestatus_agent.cpp74 StationaryManager::GetInstance()->SubscribeCallback(type, event, latency, callback_); in RegisterServiceEvent()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/async_work/src/
H A Dnetwork_async_work.cpp37 void NetworkAsyncWork::SubscribeCallback(napi_env env, napi_status status, void *data) in SubscribeCallback() function in OHOS::NetManagerStandard::NetworkAsyncWork
39 …BaseAsyncWork::AsyncWorkCallbackForSystem<SubscribeContext, NetworkExec::SubscribeCallback>(env, s… in SubscribeCallback()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_sensor_connector.cpp87 int32_t ret = OHOS::Msdp::SubscribeCallback(OHOS::Msdp::MOTION_TYPE_ROTATION, callback); in SubscribeMotionSensor()
148 int32_t ret = OHOS::Msdp::SubscribeCallback(OHOS::Msdp::MOTION_TYPE_TENT, callback); in SubscribeMotionSensor()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/include/
H A Dnetwork_exec.h43 static napi_value SubscribeCallback(SubscribeContext *context);
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Dstationary_manager.h50 int32_t SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency,
H A Ddevicestatus_client.h44 int32_t SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency,
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/async_work/include/
H A Dnetwork_async_work.h38 static void SubscribeCallback(napi_env env, napi_status status, void *data);
/ohos5.0/foundation/multimodalinput/input/intention/stationary/client/include/
H A Dstationary_client.h35 int32_t SubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event,
/ohos5.0/base/msdp/device_status/intention/stationary/client/include/
H A Dstationary_client.h35 int32_t SubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event,
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware_sink.h30 class SubscribeCallback {
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_module/src/
H A Dnetwork_module.cpp62 NetworkAsyncWork::SubscribeCallback); in Subscribe()
/ohos5.0/foundation/multimodalinput/input/intention/stationary/client/src/
H A Dstationary_client.cpp29 int32_t StationaryClient::SubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event, in SubscribeCallback() function in OHOS::Msdp::DeviceStatus::StationaryClient
/ohos5.0/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp29 int32_t StationaryClient::SubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event, in SubscribeCallback() function in OHOS::Msdp::DeviceStatus::StationaryClient
/ohos5.0/base/msdp/device_status/test/fuzztest/devicestatusclient_fuzzer/
H A Ddevicestatusclient_fuzzer.cpp65 …stationaryMgr->SubscribeCallback(static_cast<Type>(type[0]), ActivityEvent::ENTER_EXIT, ReportLate… in TestSubscribeCallback()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_msdp_monitor_manager.cpp63 if (Msdp::MovementClient::GetInstance().SubscribeCallback( in RegisterMovementCallBack()
/ohos5.0/base/msdp/device_status/test/unittest/services/moduletest/src/
H A Ddevicestatus_module_test.cpp64 … stationaryManager->SubscribeCallback(type, ActivityEvent::ENTER_EXIT, ReportLatencyNs::LONG, cb);
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp103 int32_t IntentionManager::SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency, in SubscribeCallback() function in OHOS::Msdp::DeviceStatus::IntentionManager
106 return stationary_.SubscribeCallback(*tunnel_, type, event, latency, callback); in SubscribeCallback()
/ohos5.0/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp110 int32_t IntentionManager::SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency, in SubscribeCallback() function in OHOS::Msdp::DeviceStatus::IntentionManager
113 return stationary_.SubscribeCallback(*tunnel_, type, event, latency, callback); in SubscribeCallback()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dsensor_connector.cpp203 int32_t ret = OHOS::Msdp::SubscribeCallback(OHOS::Msdp::MOTION_TYPE_ROTATION, callback); in SubscribeMotionSensor()
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h41 int32_t SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency,
/ohos5.0/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h41 int32_t SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency,
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H A Dnetwork_exec.cpp132 napi_value NetworkExec::SubscribeCallback(SubscribeContext *context) in SubscribeCallback() function in OHOS::NetManagerStandard::NetworkExec

12