Home
last modified time | relevance | path

Searched refs:BindContext (Results 1 - 4 of 4) sorted by relevance

/base/location/frameworks/native/fence_extension_ability/include/
H A Djs_fence_extension.h108 * @brief BindContext
112 void BindContext(const napi_env &env, const napi_value &obj);
/base/inputmethod/imf/frameworks/kits/extension/include/
H A Djs_inputmethod_extension.h124 void BindContext(napi_env env, napi_value obj);
/base/inputmethod/imf/frameworks/kits/extension/src/
H A Djs_inputmethod_extension.cpp128 BindContext(env, obj); in Init()
214 void JsInputMethodExtension::BindContext(napi_env env, napi_value obj) in BindContext() function in OHOS::AbilityRuntime::JsInputMethodExtension
216 IMSA_HILOGI("JsInputMethodExtension::BindContext"); in BindContext()
/base/location/frameworks/native/fence_extension_ability/src/
H A Djs_fence_extension.cpp150 BindContext(env, obj); in Init()
153 void JsFenceExtension::BindContext(const ::napi_env &env, const ::napi_value &obj) in BindContext() function in OHOS::Location::JsFenceExtension
155 LBSLOGI(FENCE_EXTENSION, "BindContext start"); in BindContext()
194 LBSLOGI(FENCE_EXTENSION, "BindContext end"); in BindContext()

Completed in 3 milliseconds