Home
last modified time | relevance | path

Searched refs:ResetProxy (Results 1 - 25 of 29) sorted by relevance

12

/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dsr_samgr_helper.cpp100 void SrSamgrHelper::ResetProxy(const wptr<IRemoteObject> &remote) in ResetProxy() function in OHOS::AbilityRuntime::SrSamgrHelper
118 SrSamgrHelper::GetInstance().ResetProxy(remote); in OnRemoteDied()
/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/
H A Dmock_power_mgr_client.cpp31 void PowerMgrClient::ResetProxy(const wptr<IRemoteObject>& remote) in ResetProxy() function in OHOS::PowerMgr::PowerMgrClient
36 client_.ResetProxy(nullptr); in OnRemoteDied()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_client.cpp120 AbilityAutoStartupClient::GetInstance()->ResetProxy(remote); in OnRemoteDied()
123 void AbilityAutoStartupClient::ResetProxy(wptr<IRemoteObject> remote) in ResetProxy() function in OHOS::AAFwk::AbilityAutoStartupClient
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dsr_samgr_helper.h59 void ResetProxy(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_auto_startup_client.h79 void ResetProxy(wptr<IRemoteObject> remote);
H A Dability_manager_client.h1624 void ResetProxy(wptr<IRemoteObject> remote);
/foundation/ability/ability_runtime/interfaces/inner_api/extension_manager/src/
H A Dextension_manager_client.cpp74 void ExtensionManagerClient::ResetProxy(const wptr<IRemoteObject>& remote) in ResetProxy() function in OHOS::AAFwk::ExtensionManagerClient
92 ExtensionManagerClient::GetInstance().ResetProxy(remote); in OnRemoteDied()
/foundation/ability/ability_runtime/interfaces/inner_api/extension_manager/include/
H A Dextension_manager_client.h76 void ResetProxy(const wptr<IRemoteObject>& remote);
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dworkscheduler_srv_client.h119 void ResetProxy();
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_client_impl.cpp234 if (!ResetProxy(remote)) { in HandleRemoteDied()
240 bool ConnectionObserverClientImpl::ResetProxy(const wptr<IRemoteObject> &remote) in ResetProxy() function in OHOS::AbilityRuntime::ConnectionObserverClientImpl
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp60 void WorkSchedulerSrvClient::ResetProxy() in ResetProxy() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
75 workSchedulerSrvClient_.ResetProxy(); in OnRemoteDied()
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H A Dconnection_observer_client_impl.h72 bool ResetProxy(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/test/fuzztest/connectionobserverclientimpl_fuzzer/
H A Dconnectionobserverclientimpl_fuzzer.cpp84 connectionObserverClientImpl->ResetProxy(remote); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupclient_fuzzer/
H A Dabilityautostartupclient_fuzzer.cpp67 abilityAutoStartupClient->ResetProxy(remote); in DoSomethingInterestingWithMyAPI()
/foundation/multimodalinput/input/intention/ipc/tunnel/include/
H A Dtunnel_client.h73 void ResetProxy(const wptr<IRemoteObject> &remote);
/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/
H A Dformmgrannex_fuzzer.cpp44 formMgr.ResetProxy(remote); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_client.h75 void ResetProxy(const wptr<IRemoteObject>& remote);
/foundation/ability/ability_runtime/test/unittest/extension_manager_client_test/
H A Dextension_manager_client_test.cpp81 * Function: ResetProxy
88 client->ResetProxy(remote); in HWTEST_F()
/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/include/
H A Dstorage_manager_connect.h52 int32_t ResetProxy();
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp306 int32_t StorageManagerConnect::ResetProxy() in ResetProxy() function in OHOS::StorageManager::StorageManagerConnect
321 DelayedSingleton<StorageManagerConnect>::GetInstance()->ResetProxy(); in OnRemoteDied()
/foundation/multimodalinput/input/intention/ipc/tunnel/src/
H A Dtunnel_client.cpp334 void TunnelClient::ResetProxy(const wptr<IRemoteObject> &remote) in ResetProxy() function in OHOS::Msdp::DeviceStatus::TunnelClient
356 parent->ResetProxy(remote); in OnRemoteDied()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_client.cpp377 WantAgentClient::GetInstance().ResetProxy(remote); in OnRemoteDied()
380 void WantAgentClient::ResetProxy(const wptr<IRemoteObject>& remote) in ResetProxy() function in OHOS::AAFwk::WantAgentClient
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h686 void ResetProxy(const wptr<IRemoteObject> &remote);
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h274 void ResetProxy(const wptr<IRemoteObject> &remote);
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp204 void FileAccessService::ResetProxy(const wptr<IRemoteObject> &remote) in ResetProxy() function in OHOS::FileAccessFwk::FileAccessService
206 HILOG_DEBUG("FileAccessService::ResetProxy start"); in ResetProxy()
221 HILOG_ERROR("FileAccessService::ResetProxy, proxy is null or extensionDeathRecipient_ is null."); in ResetProxy()
232 FileAccessService::GetInstance()->ResetProxy(remote); in OnRemoteDied()

Completed in 11 milliseconds

12