Home
last modified time | relevance | path

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

/base/telephony/core_service/services/network_search/src/
Ddevice_state_observer.cpp56 …int32_t commonEventResult = samgrProxy->SubscribeSystemAbility(COMMON_EVENT_SERVICE_ID, statusChan… in StartEventSubscriber() local
65 commonEventResult, powerManagerResult, powerManagerBattResult, netManagerResult); in StartEventSubscriber()
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
Dcommon_event.h41 std::shared_ptr<AsyncCommonEventResult> commonEventResult = nullptr; member
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
Dnapi_common_event.h44 std::shared_ptr<AsyncCommonEventResult> commonEventResult = nullptr; member
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp235 … subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
701 return subscriberInstance.second.commonEventResult; in GetAsyncResult()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp278 … subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
837 return subscriberInstance.second.commonEventResult; in GetAsyncResult()