Home
last modified time | relevance | path

Searched refs:commonEventResult (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event.cpp37 … subscriberImpls[subscriberImpl.first].commonEventResult = subImpl->GoAsyncCommonEvent(); in SetPublishResult()
53 return subscriberImpl.second.commonEventResult; in GetAsyncResult()
H A Dcommon_event.h32 std::shared_ptr<AsyncCommonEventResult> commonEventResult = nullptr; member
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Ddevice_state_observer.cpp62 …int32_t commonEventResult = samgrProxy->SubscribeSystemAbility(COMMON_EVENT_SERVICE_ID, statusChan… in StartEventSubscriber() local
71 commonEventResult, powerManagerResult, powerManagerBattResult, netManagerResult); in StartEventSubscriber()
H A Dnetwork_search_handler.cpp335 …int32_t commonEventResult = samgrProxy->SubscribeSystemAbility(COMMON_EVENT_SERVICE_ID, statusChan… in SubscribeSystemAbility() local
339 … "DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID result:%{public}d.", commonEventResult, DataShareResult); in SubscribeSystemAbility()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h42 std::shared_ptr<AsyncCommonEventResult> commonEventResult = nullptr; member
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h45 std::shared_ptr<AsyncCommonEventResult> commonEventResult = nullptr; member
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp248 … subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
377 return subscriberInstance.second.commonEventResult; in GetAsyncResult()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp264 … subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
422 return subscriberInstance.second.commonEventResult; in GetAsyncResult()