Home
last modified time | relevance | path

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

/base/sensors/sensor/interfaces/plugin/include/
Dsensor_napi_utils.h31 bool IsSameValue(const napi_env &env, const napi_value &lhs, const napi_value &rhs);
/base/sensors/sensor/interfaces/plugin/src/
Dsensor_js.cpp219 if (IsSameValue(env, callback, sensorCallback)) { in IsOnceSubscribed()
291 if (IsSameValue(env, callback, sensorCallback)) { in IsSubscribed()
389 if (IsSameValue(env, callback, sensorCallback)) { in RemoveCallback()
Dsensor_napi_utils.cpp29 bool IsSameValue(const napi_env &env, const napi_value &lhs, const napi_value &rhs) in IsSameValue() function