/base/location/frameworks/native/locator_agent/include/ |
H A D | native_location_callback_host.h | 47 inline LocationCallbackIfaces GetCallback() in GetCallback() function in OHOS::Location::NativeLocationCallbackHost
|
H A D | native_nmea_callback_host.h | 43 inline GnssNmeaCallbackIfaces GetCallback() const in GetCallback() function in OHOS::Location::NativeNmeaCallbackHost
|
H A D | native_sv_callback_host.h | 41 inline SvStatusCallbackIfaces GetCallback() const in GetCallback() function in OHOS::Location::NativeSvCallbackHost
|
/base/location/frameworks/native/locator_agent/source/ |
H A D | native_location_callback_host.cpp | 51 LocationCallbackIfaces locationCallback = GetCallback(); in OnLocationReport()
|
H A D | native_nmea_callback_host.cpp | 51 GnssNmeaCallbackIfaces nmeaCallback = GetCallback(); in OnMessageChange()
|
H A D | native_sv_callback_host.cpp | 51 SvStatusCallbackIfaces svCallback = GetCallback(); in OnStatusChange()
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/ |
H A D | user_auth_widget_mgr_v10.h | 43 std::shared_ptr<JsRefHolder> GetCallback(napi_env env, napi_value value);
|
H A D | auth_instance_v9.h | 45 std::shared_ptr<JsRefHolder> GetCallback(napi_env env, napi_value value);
|
H A D | user_auth_instance_v10.h | 51 std::shared_ptr<JsRefHolder> GetCallback(napi_env env, napi_value value);
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_service_cb_stub.cpp | 57 WallpaperMgrService::WallpaperManager::GetInstance().GetCallback()(num); in OnCall()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | panel_listener_impl.cpp | 70 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 D | panel_listener_impl.h | 55 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 D | user_auth_widget_mgr_v10.cpp | 79 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 D | ril_test_util.h | 52 static sptr<RilCallbackTest> GetCallback();
|
/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_common.cpp | 29 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 D | geo_convert_request.h | 61 sptr<IRemoteObject> GetCallback();
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_hiappevent_builder.h | 32 napi_ref GetCallback() const;
|
/base/security/certificate_manager/interfaces/kits/napi/include/ |
H A D | cm_napi_common.h | 72 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 D | napi_hiappevent_js.cpp | 50 asyncContext->callback = builder.GetCallback();
in Write()
|
/base/security/huks/interfaces/kits/napi/src/v9/ |
H A D | huks_napi_is_key_item_exist.cpp | 84 context->callback = GetCallback(env, argv[index]); in IsKeyExistParseParams()
|
H A D | huks_napi_get_key_item_properties.cpp | 78 context->callback = GetCallback(env, argv[index]); in GetKeyPropertiesParseParams()
|
H A D | huks_napi_generate_key_item.cpp | 74 context->callback = GetCallback(env, argv[index]); in GenerateKeyParseParams()
|
H A D | huks_napi_abort_session.cpp | 83 context->callback = GetCallback(env, argv[index]); in ParseAbortParams()
|
H A D | huks_napi_has_key_item.cpp | 73 context->callback = GetCallback(env, argv[index]); in IsKeyExistParseParams()
|
H A D | huks_napi_delete_key_item.cpp | 73 context->callback = GetCallback(env, argv[index]); in DeleteKeyParseParams()
|