Home
last modified time | relevance | path

Searched refs:OnSchedulerDied (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dapp_file_access_ext_connection.cpp131 … std::bind(&AppFileAccessExtConnection::OnSchedulerDied, this, std::placeholders::_1)); in AddFileAccessDeathRecipient()
146 void AppFileAccessExtConnection::OnSchedulerDied(const wptr<IRemoteObject> &remote) in OnSchedulerDied() function in OHOS::FileAccessFwk::AppFileAccessExtConnection
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dapp_file_access_ext_connection.h42 void OnSchedulerDied(const wptr<IRemoteObject> &remote);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Ddata_ability_record.h64 void OnSchedulerDied(const wptr<IRemoteObject> &remote);
H A Dability_record.h1130 void OnSchedulerDied(const wptr<IRemoteObject> &remote);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Ddata_ability_record.cpp212 dataAbilityRecord->OnSchedulerDied(remote); in AddClient()
471 void DataAbilityRecord::OnSchedulerDied(const wptr<IRemoteObject> &remote) in OnSchedulerDied() function in OHOS::AAFwk::DataAbilityRecord
H A Dability_record.cpp1474 abilityRecord->OnSchedulerDied(remote); in SetScheduler()
2551 void AbilityRecord::OnSchedulerDied(const wptr<IRemoteObject> &remote) in OnSchedulerDied() function in OHOS::AAFwk::AbilityRecord
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Ddata_ability_helper_impl.h302 void OnSchedulerDied(const wptr<IRemoteObject> &remote);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_helper_impl.cpp88 DataAbilityHelperImpl->OnSchedulerDied(remote); in AddDataAbilityDeathRecipient()
98 void DataAbilityHelperImpl::OnSchedulerDied(const wptr<IRemoteObject> &remote) in OnSchedulerDied() function in OHOS::AppExecFwk::DataAbilityHelperImpl
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddata_ability_helper_impl_test.cpp1445 dataAbilityHelperImpl->OnSchedulerDied(remote);