Home
last modified time | relevance | path

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

/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event.h32 std::shared_ptr<AsyncCommonEventResult> commonEventResult = nullptr; member
H A Dcommon_event.cpp37 subscriberImpls[subscriberImpl.first].commonEventResult = subImpl->GoAsyncCommonEvent(); in SetPublishResult()
53 return subscriberImpl.second.commonEventResult; in GetAsyncResult()
/base/telephony/core_service/services/network_search/src/
H A Ddevice_state_observer.cpp65 int32_t commonEventResult = samgrProxy->SubscribeSystemAbility(COMMON_EVENT_SERVICE_ID, statusChangeListener_); in StartEventSubscriber() local
74 commonEventResult, powerManagerResult, powerManagerBattResult, netManagerResult); in StartEventSubscriber()
H A Dnetwork_search_handler.cpp335 int32_t commonEventResult = samgrProxy->SubscribeSystemAbility(COMMON_EVENT_SERVICE_ID, statusChangeListener_); in SubscribeSystemAbility() local
339 "DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID result:%{public}d.", commonEventResult, DataShareResult); in SubscribeSystemAbility()
/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
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h42 std::shared_ptr<AsyncCommonEventResult> commonEventResult = nullptr; member
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp242 subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
382 return subscriberInstance.second.commonEventResult; in GetAsyncResult()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp258 subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
425 return subscriberInstance.second.commonEventResult; in GetAsyncResult()

Completed in 11 milliseconds