Home
last modified time | relevance | path

Searched refs:QueryNotifier (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
H A Dnotifier_info.h41 bool QueryNotifier(const sptr<IRemoteObject>& notifier) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dnotifier_info.cpp42 bool NotifierInfo::QueryNotifier(const sptr<IRemoteObject>& notifier) const in QueryNotifier() function in OHOS::DistributedSchedule::NotifierInfo
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_service.cpp720 if (iter->second->QueryNotifier(notifier)) { in QueryTokenByNotifier()