/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_declarative.h | 82 const auto& loadCallback = [outSidePipelineContext]( variable
|
H A D | card_frontend_delegate_declarative.h | 50 void SetLoadCardCallBack(const LoadCardCallback& loadCallback) in SetLoadCardCallBack() argument
|
H A D | form_frontend_delegate_declarative.h | 37 FormFrontendDelegateDeclarative(const RefPtr<TaskExecutor>& taskExecutor, const LoadJsCallback& loadCallback, in FormFrontendDelegateDeclarative() argument 83 void SetLoadCardCallBack(const LoadCardCallback& loadCallback) in SetLoadCardCallBack() argument
|
H A D | form_frontend_declarative.h | 58 const auto& loadCallback = [outSidePipelineContext]( in SetLoadCardCallBack() local
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | rpc_callback_imp.cpp | 36 sptr<LoadCallbackImp> loadCallback = new LoadCallbackImp(srcNetworkId);
in LoadSystemAbilityFromRemote() local
|
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/ |
H A D | service_router_mgr_helper.cpp | 68 sptr<ServiceRouterLoadCallback> loadCallback = new (std::nothrow) ServiceRouterLoadCallback(); in LoadSA() local
|
/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_sa_manager.cpp | 49 sptr<WifiSaLoadCallback> loadCallback = new (std::nothrow) WifiSaLoadCallback(); in LoadWifiSa() local
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_sa_manager.cpp | 47 sptr<DhcpSaLoadCallback> loadCallback = new (std::nothrow)DhcpSaLoadCallback(); in LoadWifiSa() local
|
/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | cast_session_manager.cpp | 64 sptr<CastEngineServiceLoadCallback> loadCallback = new (std::nothrow) CastEngineServiceLoadCallback(); in GetAdaptor() local
|
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/ |
H A D | quick_fix_manager_client.cpp | 158 sptr<QuickFixLoadCallback> loadCallback = new (std::nothrow) QuickFixLoadCallback(); in LoadQuickFixMgrService() local
|
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/ |
H A D | uri_permission_manager_client.cpp | 171 sptr<UriPermissionLoadCallback> loadCallback = new (std::nothrow) UriPermissionLoadCallback(); in LoadUriPermService() local
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/ |
H A D | daudio_source_handler.cpp | 58 sptr<DAudioSourceLoadCallback> loadCallback = sptr<DAudioSourceLoadCallback>( in InitSource() local
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
H A D | service_proxy_test.cpp | 937 sptr<ServiceProxy::ServiceProxyLoadCallback> loadCallback = new ServiceProxy::ServiceProxyLoadCallback(); in HWTEST_F() local 960 sptr<ServiceProxy::ServiceProxyLoadCallback> loadCallback = new ServiceProxy::ServiceProxyLoadCallback(); in HWTEST_F() local 985 sptr<ServiceProxy::ServiceProxyLoadCallback> loadCallback = new ServiceProxy::ServiceProxyLoadCallback(); in HWTEST_F() local 1009 sptr<ServiceProxy::ServiceProxyLoadCallback> loadCallback = new ServiceProxy::ServiceProxyLoadCallback(); HWTEST_F() local 1033 sptr<ServiceProxy::ServiceProxyLoadCallback> loadCallback = new ServiceProxy::ServiceProxyLoadCallback(); HWTEST_F() local 1064 sptr<ServiceProxy::ServiceProxyLoadCallback> loadCallback = new ServiceProxy::ServiceProxyLoadCallback(); HWTEST_F() local [all...] |
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 60 sptr<DeviceProfileLoadCallback> loadCallback = sptr<DeviceProfileLoadCallback>(new DeviceProfileLoadCallback()); in LoadDeviceProfileService() local
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/ |
H A D | service_proxy.cpp | 456 sptr<ServiceProxyLoadCallback> loadCallback = new ServiceProxyLoadCallback(); in GetInstance() local
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 56 sptr<DeviceProfileLoadCallback> loadCallback = new DeviceProfileLoadCallback(); in LoadDeviceProfileService() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 79 LoadJsCallback loadCallback; member
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_provider.cpp | 740 TryLoadImageInfo(const RefPtr<PipelineBase>& context, const std::string& src, std::function<void(bool, int32_t, int32_t)>&& loadCallback) global() argument
|
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/ |
H A D | accessibility_system_ability_client_impl.cpp | 157 sptr<AccessibilityLoadCallback> loadCallback = new AccessibilityLoadCallback(); in LoadAccessibilityService() local
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 209 const auto& loadCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)](const std::string& url, in InitializeFrontendDelegate() local
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 509 sptr<BluetoothHostLoadCallBack> loadCallback = new BluetoothHostLoadCallBack(); in LoadBluetoothHostService() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 246 sptr<InstalldLoadCallback> loadCallback = new (std::nothrow) InstalldLoadCallback(); in LoadInstalldService() local
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_client.cpp | 651 sptr<PasteboardLoadCallback> loadCallback = new PasteboardLoadCallback(); in GetPasteboardService() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 260 const auto& loadCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)](const std::string& url, in Initialize() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 19 PluginFrontendDelegate(const RefPtr<TaskExecutor>& taskExecutor, const LoadJsCallback& loadCallback, const JsMessageDispatcherSetterCallback& transferCallback, const EventCallback& asyncEventCallback, const EventCallback& syncEventCallback, const UpdatePageCallback& updatePageCallback, const ResetStagingPageCallback& resetLoadingPageCallback, const DestroyPageCallback& destroyPageCallback, const DestroyApplicationCallback& destroyApplicationCallback, const UpdateApplicationStateCallback& updateApplicationStateCallback, const TimerCallback& timerCallback, const MediaQueryCallback& mediaQueryCallback, const RequestAnimationCallback& requestAnimationCallback, const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, const OnConfigurationUpdatedCallBack& onConfigurationUpdatedCallBack, const OnSaveAbilityStateCallBack& onSaveAbilityStateCallBack, const OnRestoreAbilityStateCallBack& onRestoreAbilityStateCallBack, const OnNewWantCallBack& onNewWantCallBack, const OnActiveCallBack& onActiveCallBack, const OnInactiveCallBack& onInactiveCallBack, const OnMemoryLevelCallBack& onMemoryLevelCallBack, const OnStartContinuationCallBack& onStartContinuationCallBack, const OnCompleteContinuationCallBack& onCompleteContinuationCallBack, const OnRemoteTerminatedCallBack& onRemoteTerminatedCallBack, const OnSaveDataCallBack& onSaveDataCallBack, const OnRestoreDataCallBack& onRestoreDataCallBack) PluginFrontendDelegate() argument
|