Home
last modified time | relevance | path

Searched refs:GetSubscriber (Results 1 – 7 of 7) sorted by relevance

/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp136 std::shared_ptr<SubscriberInstance> SubscriberInstanceWrapper::GetSubscriber() in GetSubscriber() function in OHOS::EventManagerFwkNapi::SubscriberInstanceWrapper
722 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in GetSubscribeInfo()
780 std::shared_ptr<SubscriberInstance> subscriber = GetSubscriber(env, thisVar); in GetSubscribeInfoSync()
865 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in IsOrderedCommonEvent()
931 std::shared_ptr<SubscriberInstance> subscriber = GetSubscriber(env, thisVar); in IsOrderedCommonEventSync()
1009 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in IsStickyCommonEvent()
1075 std::shared_ptr<SubscriberInstance> subscriber = GetSubscriber(env, thisVar); in IsStickyCommonEventSync()
1152 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in GetCode()
1219 std::shared_ptr<SubscriberInstance> subscriber = GetSubscriber(env, thisVar); in GetCodeSync()
1303 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in SetCode()
[all …]
/base/powermgr/thermal_manager/services/native/src/
Dthermal_mgr_dumper.cpp88 auto tzMap = tms->GetSubscriber()->GetSubscriberInfo(); in ShowThermalZoneInfo()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp91 std::shared_ptr<SubscriberInstance> SubscriberInstanceWrapper::GetSubscriber() in GetSubscriber() function in OHOS::EventFwkNapi::SubscriberInstanceWrapper
602 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in GetSubscribeInfo()
729 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in IsOrderedCommonEvent()
848 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in IsStickyCommonEvent()
965 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in GetCode()
1087 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in SetCode()
1197 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in GetData()
1328 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in SetData()
1466 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in SetCodeAndData()
1576 asyncCallbackInfo->subscriber = GetSubscriber(env, thisVar); in AbortCommonEvent()
[all …]
/base/powermgr/thermal_manager/services/native/include/
Dthermal_service.h115 std::shared_ptr<ThermalServiceSubscriber> GetSubscriber() const in GetSubscriber() function
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
Dcommon_event.h231 std::shared_ptr<SubscriberInstance> GetSubscriber();
365 std::shared_ptr<SubscriberInstance> GetSubscriber(const napi_env &env, const napi_value &value);
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_config_sensor_cluster.cpp211 const auto& rateMap = g_service->GetSubscriber()->GetSensorsRate(); in IsTempRateTrigger()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
Dnapi_common_event.h252 std::shared_ptr<SubscriberInstance> GetSubscriber();
386 std::shared_ptr<SubscriberInstance> GetSubscriber(const napi_env &env, const napi_value &value);