Home
last modified time | relevance | path

Searched defs:SensorAgentProxy (Results 1 – 2 of 2) sorted by relevance

/base/sensors/sensor/frameworks/native/sensor/include/
Dsensor_agent_proxy.h33 struct SensorAgentProxy : public OHOS::RefBase { struct
53 static OHOS::sptr<SensorAgentProxy> sensorObj_; argument
54 static std::recursive_mutex subscribeMutex_;
55 static std::mutex chanelMutex_;
56 OHOS::sptr<OHOS::Sensors::SensorDataChannel> dataChannel_;
57 static bool g_isChannelCreated;
58 static int64_t g_samplingInterval;
59 static int64_t g_reportInterval;
60 static std::map<int32_t, const SensorUser *> g_subscribeMap;
61 static std::map<int32_t, const SensorUser *> g_unsubscribeMap;
/base/sensors/sensor/frameworks/native/sensor/src/
Dsensor_agent_proxy.cpp46 SensorAgentProxy::SensorAgentProxy() in SensorAgentProxy() function in OHOS::Sensors::SensorAgentProxy