Searched refs:IsSameValue (Results 1 – 3 of 3) sorted by relevance
/base/sensors/sensor/interfaces/plugin/include/ |
D | sensor_napi_utils.h | 31 bool IsSameValue(const napi_env &env, const napi_value &lhs, const napi_value &rhs);
|
/base/sensors/sensor/interfaces/plugin/src/ |
D | sensor_js.cpp | 219 if (IsSameValue(env, callback, sensorCallback)) { in IsOnceSubscribed() 291 if (IsSameValue(env, callback, sensorCallback)) { in IsSubscribed() 389 if (IsSameValue(env, callback, sensorCallback)) { in RemoveCallback()
|
D | sensor_napi_utils.cpp | 29 bool IsSameValue(const napi_env &env, const napi_value &lhs, const napi_value &rhs) in IsSameValue() function
|