Home
last modified time | relevance | path

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

/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
149 HILOG_ERROR("OnSchedulerDied"); in OnSchedulerDied()
/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);
/foundation/ability/ability_runtime/services/abilitymgr/include/data_ability/
H A Ddata_ability_record.h64 void OnSchedulerDied(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_record.cpp212 dataAbilityRecord->OnSchedulerDied(remote); in AddClient()
467 void DataAbilityRecord::OnSchedulerDied(const wptr<IRemoteObject> &remote) in OnSchedulerDied() function in OHOS::DataAbilityRecord
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Ddata_ability_helper_impl.h302 void OnSchedulerDied(const wptr<IRemoteObject> &remote);
/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
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1145 void OnSchedulerDied(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1467 abilityRecord->OnSchedulerDied(remote); in SetScheduler()
2524 void AbilityRecord::OnSchedulerDied(const wptr<IRemoteObject> &remote) in OnSchedulerDied() function in OHOS::AAFwk::AbilityRecord
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddata_ability_helper_impl_test.cpp1432 * @tc.name: OnSchedulerDied
1445 dataAbilityHelperImpl->OnSchedulerDied(remote); in HWTEST_F()

Completed in 16 milliseconds