Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Dnapi_util.h71 napi_status SetValueBool(const napi_env& env, const char* fieldStr, const bool boolvalue, napi_valu…
/base/location/frameworks/native/source/
Dnapi_util.cpp726 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()