Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dnapi_utils.cpp47 napi_ref refVal = nullptr; in CreateReference() local
48 if (napi_ok != napi_create_reference(env, value, 1, &refVal)) { in CreateReference()
50 return refVal; in CreateReference()
52 return refVal; in CreateReference()
/ohos5.0/base/powermgr/power_manager/frameworks/napi/utils/
H A Dnapi_utils.cpp47 napi_ref refVal = nullptr; in CreateReference() local
48 if (napi_ok != napi_create_reference(env, value, 1, &refVal)) { in CreateReference()
50 return refVal; in CreateReference()
52 return refVal; in CreateReference()
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/src/
H A Dnapi_utils.cpp32 napi_ref refVal = nullptr; in CreateReference() local
33 if (napi_ok != napi_create_reference(env, value, 1, &refVal)) { in CreateReference()
35 return refVal; in CreateReference()
37 return refVal; in CreateReference()