Home
last modified time | relevance | path

Searched refs:CheckSystemSubscribe (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp97 static bool CheckSystemSubscribe(int32_t sensorTypeId) in CheckSystemSubscribe() function
111 if (!CheckSystemSubscribe(sensorTypeId)) { in EmitSubscribeCallback()
166 …CHKCV((!CheckSystemSubscribe(sensorTypeId)), "Has client subscribe system api, not need cancel sub… in EmitOnceCallback()
506 if (CheckSystemSubscribe(sensorTypeId) || (subscribeSize > 0)) { in Off()