Home
last modified time | relevance | path

Searched defs:SvcDeathRecipient (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_daemon_kit_inner/
H A Dsvc_death_recipient.h24 class SvcDeathRecipient : public IRemoteObject::DeathRecipient { class
26 explicit SvcDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> functor) : functor_(functor){}; in SvcDeathRecipient() function in OHOS::FileManagement::CloudFile::SvcDeathRecipient
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dsvc_death_recipient.h24 class SvcDeathRecipient : public IRemoteObject::DeathRecipient { class
26 explicit SvcDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> functor) : functor_(functor){}; in SvcDeathRecipient() function in OHOS::FileManagement::CloudSync::SvcDeathRecipient
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Dsvc_death_recipient.h24 class SvcDeathRecipient : public IRemoteObject::DeathRecipient { class
33 explicit SvcDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> functor) : functor_(functor) {}; in SvcDeathRecipient() function in OHOS::FileManagement::Backup::SvcDeathRecipient

Completed in 3 milliseconds