Searched defs:SensorAgentProxy (Results 1 – 2 of 2) sorted by relevance
33 struct SensorAgentProxy : public OHOS::RefBase { struct51 static OHOS::sptr<SensorAgentProxy> sensorObj_; argument52 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;
78 SensorAgentProxy::SensorAgentProxy() in SensorAgentProxy() function in OHOS::Sensors::SensorAgentProxy