Home
last modified time | relevance | path

Searched refs:GetCallback (Results 1 - 25 of 68) sorted by relevance

123

/base/location/frameworks/native/locator_agent/include/
H A Dnative_location_callback_host.h47 inline LocationCallbackIfaces GetCallback() in GetCallback() function in OHOS::Location::NativeLocationCallbackHost
H A Dnative_nmea_callback_host.h43 inline GnssNmeaCallbackIfaces GetCallback() const in GetCallback() function in OHOS::Location::NativeNmeaCallbackHost
H A Dnative_sv_callback_host.h41 inline SvStatusCallbackIfaces GetCallback() const in GetCallback() function in OHOS::Location::NativeSvCallbackHost
/base/location/frameworks/native/locator_agent/source/
H A Dnative_location_callback_host.cpp51 LocationCallbackIfaces locationCallback = GetCallback(); in OnLocationReport()
H A Dnative_nmea_callback_host.cpp51 GnssNmeaCallbackIfaces nmeaCallback = GetCallback(); in OnMessageChange()
H A Dnative_sv_callback_host.cpp51 SvStatusCallbackIfaces svCallback = GetCallback(); in OnStatusChange()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Duser_auth_widget_mgr_v10.h43 std::shared_ptr<JsRefHolder> GetCallback(napi_env env, napi_value value);
H A Dauth_instance_v9.h45 std::shared_ptr<JsRefHolder> GetCallback(napi_env env, napi_value value);
H A Duser_auth_instance_v10.h51 std::shared_ptr<JsRefHolder> GetCallback(napi_env env, napi_value value);
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_cb_stub.cpp57 WallpaperMgrService::WallpaperManager::GetInstance().GetCallback()(num); in OnCall()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Dpanel_listener_impl.cpp70 std::shared_ptr<JSCallbackObject> callBack = GetCallback(windowId, type); in OnPanelStatus()
91 std::shared_ptr<JSCallbackObject> callBack = GetCallback(windowId, type); in OnSizeChange()
126 std::shared_ptr<JSCallbackObject> PanelListenerImpl::GetCallback(uint32_t windowId, const std::string &type) in GetCallback() function in OHOS::MiscServices::PanelListenerImpl
H A Dpanel_listener_impl.h55 std::shared_ptr<JSCallbackObject> GetCallback(uint32_t windowId, const std::string &type);
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_widget_mgr_v10.cpp79 std::shared_ptr<JsRefHolder> UserAuthWidgetMgr::GetCallback(napi_env env, napi_value value) in GetCallback() function in OHOS::UserIam::UserAuth::UserAuthWidgetMgr
122 auto callbackRef = GetCallback(env, argv[PARAM1]); in On()
124 IAM_LOGE("GetCallback fail"); in On()
172 auto callbackRef = GetCallback(env, argv[PARAM1]); in Off()
174 IAM_LOGE("GetCallback fail"); in Off()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_test_util.h52 static sptr<RilCallbackTest> GetCallback();
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_common.cpp29 static bool GetCallback(napi_env env, napi_value object, napi_ref *callBack) in GetCallback() function
50 if (!GetCallback(env, arg, &async->callback)) { in GetCallbackAndPromise()
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h61 sptr<IRemoteObject> GetCallback();
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_builder.h32 napi_ref GetCallback() const;
/base/security/certificate_manager/interfaces/kits/napi/include/
H A Dcm_napi_common.h72 napi_ref GetCallback(napi_env env, napi_value object);
73 int32_t GetCallback(napi_env env, napi_value object, napi_ref &callback);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_js.cpp50 asyncContext->callback = builder.GetCallback(); in Write()
/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_is_key_item_exist.cpp84 context->callback = GetCallback(env, argv[index]); in IsKeyExistParseParams()
H A Dhuks_napi_get_key_item_properties.cpp78 context->callback = GetCallback(env, argv[index]); in GetKeyPropertiesParseParams()
H A Dhuks_napi_generate_key_item.cpp74 context->callback = GetCallback(env, argv[index]); in GenerateKeyParseParams()
H A Dhuks_napi_abort_session.cpp83 context->callback = GetCallback(env, argv[index]); in ParseAbortParams()
H A Dhuks_napi_has_key_item.cpp73 context->callback = GetCallback(env, argv[index]); in IsKeyExistParseParams()
H A Dhuks_napi_delete_key_item.cpp73 context->callback = GetCallback(env, argv[index]); in DeleteKeyParseParams()

Completed in 7 milliseconds

123