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
51 static OHOS::sptr<SensorAgentProxy> sensorObj_; argument
52 static std::mutex subscribeMutex_;
53 static std::mutex chanelMutex_;
54 OHOS::sptr<OHOS::Sensors::SensorDataChannel> dataChannel_;
55 static bool g_isChannelCreated;
56 static int64_t g_samplingInterval;
57 static int64_t g_reportInterval;
58 static std::map<int32_t, const SensorUser *> g_subscribeMap;
59 static std::map<int32_t, const SensorUser *> g_unsubscribeMap;
/base/sensors/sensor/frameworks/native/sensor/src/
Dsensor_agent_proxy.cpp78 SensorAgentProxy::SensorAgentProxy() in SensorAgentProxy() function in OHOS::Sensors::SensorAgentProxy