Home
last modified time | relevance | path

Searched refs:OnRemoteSaDied (Results 1 - 20 of 20) sorted by relevance

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager.h62 ScreenLockManager::GetInstance()->OnRemoteSaDied(object);
69 void OnRemoteSaDied(const wptr<IRemoteObject> &object);
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_sa_death_recipient.cpp27 PrintManagerClient::GetInstance()->OnRemoteSaDied(object); in OnRemoteDied()
H A Dprint_manager_client.cpp79 void PrintManagerClient::OnRemoteSaDied(const wptr<IRemoteObject> &remote) in OnRemoteSaDied() function in OHOS::Print::PrintManagerClient
82 PRINT_HILOGD("OnRemoteSaDied start"); in OnRemoteSaDied()
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_sa_death_recipient.cpp27 ScanManagerClient::GetInstance()->OnRemoteSaDied(object); in OnRemoteDied()
H A Dscan_manager_client.cpp71 void ScanManagerClient::OnRemoteSaDied(const wptr<IRemoteObject> &remote) in OnRemoteSaDied() function in OHOS::Scan::ScanManagerClient
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp188 void ScreenLockAppManager::OnRemoteSaDied(const wptr<IRemoteObject> &remote) in OnRemoteSaDied() function in OHOS::ScreenLock::ScreenLockAppManager
221 ScreenLockAppManager::GetInstance()->OnRemoteSaDied(object); in OnRemoteDied()
H A Dscreenlock_manager.cpp163 void ScreenLockManager::OnRemoteSaDied(const wptr<IRemoteObject> &remote) in OnRemoteSaDied() function in OHOS::ScreenLock::ScreenLockManager
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h50 SCREENLOCK_API void OnRemoteSaDied(const wptr<IRemoteObject> &object);
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h96 void OnRemoteSaDied(const wptr<IRemoteObject> &object);
H A Dinput_method_controller.h837 void OnRemoteSaDied(const wptr<IRemoteObject> &object);
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Dscan_manager_client.h40 void OnRemoteSaDied(const wptr<IRemoteObject> &object);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp80 deathRecipient_->SetDeathRecipient([this](const wptr<IRemoteObject> &remote) { OnRemoteSaDied(remote); }); in GetSystemAbilityProxy()
89 void ImeSystemCmdChannel::OnRemoteSaDied(const wptr<IRemoteObject> &remote) in OnRemoteSaDied() function in OHOS::MiscServices::ImeSystemCmdChannel
H A Dinput_method_controller.cpp162 deathRecipient_->SetDeathRecipient([this](const wptr<IRemoteObject> &remote) { OnRemoteSaDied(remote); }); in GetSystemAbilityProxy()
556 void InputMethodController::OnRemoteSaDied(const wptr<IRemoteObject> &remote) in OnRemoteSaDied() function in OHOS::MiscServices::InputMethodController
596 handler_->PostTask(restoreListenTask, "OnRemoteSaDied", DELAY_TIME * (i + 1)); in RestoreListenInfoInSaDied()
636 handler_->PostTask(attachTask, "OnRemoteSaDied", DELAY_TIME * (i + 1)); in RestoreAttachInfoInSaDied()
/base/request/request/frameworks/native/include/
H A Drequest_manager_impl.h81 void OnRemoteSaDied(const wptr<IRemoteObject> &object);
/base/request/request/frameworks/native/src/
H A Drequest_manager_impl.cpp571 void RequestManagerImpl::OnRemoteSaDied(const wptr<IRemoteObject> &remote) in OnRemoteSaDied() function in OHOS::Request::RequestManagerImpl
573 REQUEST_HILOGD(" RequestManagerImpl::OnRemoteSaDied"); in OnRemoteSaDied()
593 RequestManagerImpl::GetInstance()->OnRemoteSaDied(object); in OnRemoteDied()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h132 void OnRemoteSaDied(const wptr<IRemoteObject> &object);
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_manager_client.h44 void OnRemoteSaDied(const wptr<IRemoteObject> &object);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp99 deathRecipient_->SetDeathRecipient([this](const wptr<IRemoteObject> &remote) { OnRemoteSaDied(remote); }); in GetImsaProxy()
738 void InputMethodAbility::OnRemoteSaDied(const wptr<IRemoteObject> &object) in OnRemoteSaDied() function in OHOS::MiscServices::InputMethodAbility
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp115 static void OnRemoteSaDied(const wptr<IRemoteObject> &remote);
350 deathRecipient_->SetDeathRecipient([](const wptr<IRemoteObject> &remote) { OnRemoteSaDied(remote); }); in SetInputDeathRecipient()
357 void InputMethodControllerTest::OnRemoteSaDied(const wptr<IRemoteObject> &remote) in OnRemoteSaDied() function in OHOS::MiscServices::InputMethodControllerTest
359 IMSA_HILOGI("InputMethodControllerTest::OnRemoteSaDied"); in OnRemoteSaDied()
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_impl_test.cpp410 * @tc.desc: Test OnRemoteSaDiedTest001 interface base function - OnRemoteSaDied
418 RequestManagerImpl::GetInstance()->OnRemoteSaDied(remote); in HWTEST_F()

Completed in 18 milliseconds