Home
last modified time | relevance | path

Searched defs:remoteObject (Results 1 - 25 of 577) sorted by relevance

12345678910>>...24

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_death_recipient.cpp22 void WifiScanDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remoteObject) in OnRemoteDied() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_death_recipient.cpp22 void WifiP2pDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_death_recipient.cpp22 void WifiHotspotDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remoteObject) in OnRemoteDied() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_death_recipient.cpp22 void WifiDeviceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remoteObject) in OnRemoteDied() argument
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_death_recipient.cpp22 void DhcpClientDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied() argument
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_death_recipient.cpp21 void DhcpServerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_background_connection.cpp23 OnAbilityConnectDone( const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode) OnAbilityConnectDone() argument
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_load_callback.cpp23 void QuickFixLoadCallback::OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess() argument
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_router_load_callback.cpp23 OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_remote_object_ffi.h26 explicit CJRemoteObject(const sptr<IRemoteObject>& remoteObject) : remoteObject_(remoteObject) {} in CJRemoteObject() argument
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_engine_service_load_callback.cpp29 OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/
H A Duri_permission_load_callback.cpp23 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/src/
H A Dui_extension_connect_module_test_connection.cpp21 OnAbilityConnectDone(const AppExecFwk::ElementName& element, const sptr<IRemoteObject>& remoteObject, int resultCode) OnAbilityConnectDone() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host_load_callback.cpp29 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_load_callback.cpp24 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/callback/
H A Ddevice_profile_load_callback.cpp27 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/callback/
H A Ddevice_profile_load_callback.cpp27 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_load_callback.cpp22 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/
H A Ddaudio_sink_load_callback.cpp27 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_source_load_callback.cpp27 OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_load_callback.cpp27 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_proxy.cpp40 sptr<IRemoteObject> remoteObject = Remote(); in NotifyReplicaTerminated() local
75 sptr<IRemoteObject> remoteObject = Remote(); in ContinuationBack() local
22 ReverseContinuationSchedulerPrimaryProxy( const sptr<IRemoteObject> &remoteObject) ReverseContinuationSchedulerPrimaryProxy() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/aakit/src/
H A Dmock_ability_connect_callback.cpp24 OnAbilityConnectDone(const AppExecFwk::ElementName& __attribute__((unused)) element, const sptr<IRemoteObject>& __attribute__((unused)) remoteObject, int __attribute__((unused)) resultCode) OnAbilityConnectDone() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dservice_center_connection.cpp27 OnAbilityConnectDone( const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int32_t resultCode) OnAbilityConnectDone() argument
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dboundle_mgr_wrap_to_c.cpp36 OHOS::sptr<OHOS::IRemoteObject> remoteObject in GetBundleInfoFromUid() local

Completed in 6 milliseconds

12345678910>>...24