Home
last modified time | relevance | path

Searched refs:ReportLatencyNs (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddevicestatus_agent_test.cpp81 ReportLatencyNs::LONG, agentEvent);
101 ReportLatencyNs::LONG, agentEvent);
110 ReportLatencyNs::LONG, agentEvent);
132 ReportLatencyNs::LONG, agentEvent1);
135 ReportLatencyNs::LONG, agentEvent2);
157 ReportLatencyNs::LONG, agentEvent);
176 ReportLatencyNs::LONG, agentEvent);
197 ReportLatencyNs::LONG, agentEvent);
200 ReportLatencyNs::LONG, agentEvent);
220 ReportLatencyNs::LONG, agentEvent);
[all …]
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/test/fuzztest/devicestatusagent_fuzzer/
H A Ddevicestatusagent_fuzzer.cpp54 ReportLatencyNs::LONG, agentEvent_); in TestSubscribeAgentEvent()
80 ReportLatencyNs::LONG, agentEvent_); in TestSubscribeAgentEventIsNullptr()
98 ReportLatencyNs::LONG, agentEvent_); in TestSubscribeAgentEventTypeIsNullptr()
/ohos5.0/foundation/multimodalinput/input/intention/stationary/data/include/
H A Dstationary_params.h35 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback);
42 ReportLatencyNs latency_;
/ohos5.0/base/msdp/device_status/intention/stationary/data/include/
H A Dstationary_params.h35 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback);
42 ReportLatencyNs latency_;
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Ddevicestatus_agent.h48 int32_t SubscribeAgentEvent(Type type, ActivityEvent event, ReportLatencyNs latency,
54 void RegisterServiceEvent(Type type, ActivityEvent event, ReportLatencyNs latency);
H A Dstationary_manager.h50 int32_t SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency,
H A Dstationary_data.h55 enum ReportLatencyNs { enum
H A Ddevicestatus_client.h44 int32_t SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency,
/ohos5.0/foundation/multimodalinput/input/intention/stationary/client/src/
H A Dstationary_client.cpp30 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) in SubscribeCallback()
45 UnsubscribeStationaryParam param { type, event, ReportLatencyNs::Latency_INVALID, callback }; in UnsubscribeCallback()
/ohos5.0/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp30 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) in SubscribeCallback()
45 UnsubscribeStationaryParam param { type, event, ReportLatencyNs::Latency_INVALID, callback }; in UnsubscribeCallback()
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_agent.cpp43 ReportLatencyNs latency, in SubscribeAgentEvent()
69 void DeviceStatusAgent::RegisterServiceEvent(Type type, ActivityEvent event, ReportLatencyNs latenc… in RegisterServiceEvent()
H A Dstationary_manager.cpp36 int32_t StationaryManager::SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latenc… in SubscribeCallback()
/ohos5.0/foundation/multimodalinput/input/intention/stationary/data/src/
H A Dstationary_params.cpp23 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) in SubscribeStationaryParam()
52 latency_ = static_cast<ReportLatencyNs>(latency); in Unmarshalling()
/ohos5.0/base/msdp/device_status/intention/stationary/data/src/
H A Dstationary_params.cpp23 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) in SubscribeStationaryParam()
52 latency_ = static_cast<ReportLatencyNs>(latency); in Unmarshalling()
/ohos5.0/base/msdp/device_status/test/unittest/interfaces/src/
H A Ddevicestatus_client_test.cpp61 ReportLatencyNs latency = ReportLatencyNs::Latency_INVALID;
/ohos5.0/foundation/multimodalinput/input/intention/stationary/client/include/
H A Dstationary_client.h36 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback);
/ohos5.0/base/msdp/device_status/intention/stationary/client/include/
H A Dstationary_client.h36 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback);
/ohos5.0/base/msdp/device_status/test/fuzztest/devicestatusclient_fuzzer/
H A Ddevicestatusclient_fuzzer.cpp65 …ubscribeCallback(static_cast<Type>(type[0]), ActivityEvent::ENTER_EXIT, ReportLatencyNs::LONG, cb); in TestSubscribeCallback()
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_manager.h50 …void Subscribe(Type type, ActivityEvent event, ReportLatencyNs latency, sptr<IRemoteDevStaCallback…
/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/include/
H A Dstationary_server.h45 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback);
/ohos5.0/base/msdp/device_status/intention/stationary/server/include/
H A Dstationary_server.h45 ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback);
/ohos5.0/base/msdp/device_status/services/communication/base/
H A Di_devicestatus.h33 ReportLatencyNs latency,
/ohos5.0/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_napi.cpp363 static_cast<ActivityEvent>(event), static_cast<ReportLatencyNs>(latency), callback); in SubscribeDeviceStatusCallback()
393 if ((latency < ReportLatencyNs::SHORT) || (latency > ReportLatencyNs::LONG)) { in SubscribeDeviceStatus()
/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);

12