Home
last modified time | relevance | path

Searched refs:CreateBoolean (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_module.cpp181 return JSI::CreateBoolean(false); in IsLoggable()
186 return JSI::CreateBoolean(false); in IsLoggable()
191 return JSI::CreateBoolean(false); in IsLoggable()
197 return JSI::CreateBoolean(false); in IsLoggable()
202 return JSI::CreateBoolean(false); in IsLoggable()
208 return JSI::CreateBoolean(false); in IsLoggable()
212 return JSI::CreateBoolean(res); in IsLoggable()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_js.cpp74 return NapiUtil::CreateBoolean(env, false); in Configure()
76 return NapiUtil::CreateBoolean(env, NapiHiAppEventConfig::Configure(env, params[0])); in Configure()
Dnapi_util.cpp319 napi_value CreateBoolean(const napi_env env, bool bValue) in CreateBoolean() function
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h58 napi_value CreateBoolean(const napi_env env, bool bValue);
/base/security/huks/interfaces/kits/liteapi/src/
Dhks_lite_api_common.cpp385 return JSI::CreateBoolean(true); in HksConstructJSIReturnResult()