Searched refs:boolvalue (Results 1 – 2 of 2) sorted by relevance
/base/location/interfaces/inner_api/include/ |
D | napi_util.h | 71 napi_status SetValueBool(const napi_env& env, const char* fieldStr, const bool boolvalue, napi_valu…
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 726 napi_status SetValueBool(const napi_env& env, const char* fieldStr, const bool boolvalue, napi_valu… in SetValueBool() argument 729 NAPI_CALL_BASE(env, napi_get_boolean(env, boolvalue, &value), napi_generic_failure); in SetValueBool()
|