Searched refs:GetSubscriber (Results 1 – 7 of 7) sorted by relevance
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
D | napi_common_event.cpp | 136 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/ |
D | thermal_mgr_dumper.cpp | 88 auto tzMap = tms->GetSubscriber()->GetSubscriberInfo(); in ShowThermalZoneInfo()
|
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
D | common_event.cpp | 91 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/ |
D | thermal_service.h | 115 std::shared_ptr<ThermalServiceSubscriber> GetSubscriber() const in GetSubscriber() function
|
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/ |
D | common_event.h | 231 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/ |
D | thermal_config_sensor_cluster.cpp | 211 const auto& rateMap = g_service->GetSubscriber()->GetSensorsRate(); in IsTempRateTrigger()
|
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
D | napi_common_event.h | 252 std::shared_ptr<SubscriberInstance> GetSubscriber(); 386 std::shared_ptr<SubscriberInstance> GetSubscriber(const napi_env &env, const napi_value &value);
|