Home
last modified time | relevance | path

Searched refs:SetStaticSubscriberState (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_manager.cpp140 int32_t CommonEventManager::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEventManager
142 return CommonEvent::GetInstance()->SetStaticSubscriberState(enable); in SetStaticSubscriberState()
145 int32_t CommonEventManager::SetStaticSubscriberState(const std::vector<std::string> &events, bool e… in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEventManager
147 return CommonEvent::GetInstance()->SetStaticSubscriberState(events, enable); in SetStaticSubscriberState()
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dicommon_event.h147 virtual int32_t SetStaticSubscriberState(bool enable) = 0;
156 … virtual int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) = 0;
H A Dcommon_event_proxy.h152 int32_t SetStaticSubscriberState(bool enable) override;
161 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) override;
H A Dcommon_event_stub.h160 int32_t SetStaticSubscriberState(bool enable) override;
169 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) override;
H A Dcommon_event.h169 int32_t SetStaticSubscriberState(bool enable);
192 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable);
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp223 int32_t ret = SetStaticSubscriberState(enable); in OnRemoteRequest()
238 int32_t ret = SetStaticSubscriberState(events, enable); in OnRemoteRequest()
354 int32_t CommonEventStub::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEventStub
361 int32_t CommonEventStub::SetStaticSubscriberState(const std::vector<std::string> &events, bool enab… in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEventStub
H A Dcommon_event.cpp319 int32_t CommonEvent::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEvent
327 return proxy_->SetStaticSubscriberState(enable); in SetStaticSubscriberState()
330 int32_t CommonEvent::SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEvent
338 return proxy_->SetStaticSubscriberState(events, enable); in SetStaticSubscriberState()
H A Dcommon_event_proxy.cpp468 int32_t CommonEventProxy::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEventProxy
493 int32_t CommonEventProxy::SetStaticSubscriberState(const std::vector<std::string> &events, bool ena… in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEventProxy
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_manager.h225 static int32_t SetStaticSubscriberState(bool enable);
234 static int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable);
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_impl.cpp62 int32_t CommonEventManagerImpl::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::CommonEventManager::CommonEventManagerImpl
64 return OHOS::EventFwk::CommonEventManager::SetStaticSubscriberState(enable); in SetStaticSubscriberState()
H A Dcommon_event_manager_impl.h30 static int32_t SetStaticSubscriberState(bool enable);
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_manager_service.h152 int32_t SetStaticSubscriberState(bool enable) override;
161 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) override;
H A Dstatic_subscriber_manager.h58 int32_t SetStaticSubscriberState(bool enable);
67 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable);
H A Dinner_common_event_manager.h158 int32_t SetStaticSubscriberState(bool enable);
167 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp533 int32_t CommonEventManagerService::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEventManagerService
540 return innerCommonEventManager_->SetStaticSubscriberState(enable); in SetStaticSubscriberState()
543 int32_t CommonEventManagerService::SetStaticSubscriberState(const std::vector<std::string> &events,… in SetStaticSubscriberState() function in OHOS::EventFwk::CommonEventManagerService
549 return innerCommonEventManager_->SetStaticSubscriberState(events, enable); in SetStaticSubscriberState()
H A Dinner_common_event_manager.cpp713 int32_t InnerCommonEventManager::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::EventFwk::InnerCommonEventManager
716 return staticSubscriberManager_->SetStaticSubscriberState(enable); in SetStaticSubscriberState()
721 int32_t InnerCommonEventManager::SetStaticSubscriberState(const std::vector<std::string> &events, b… in SetStaticSubscriberState() function in OHOS::EventFwk::InnerCommonEventManager
724 return staticSubscriberManager_->SetStaticSubscriberState(events, enable); in SetStaticSubscriberState()
H A Dstatic_subscriber_manager.cpp526 int32_t StaticSubscriberManager::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::EventFwk::StaticSubscriberManager
543 int32_t StaticSubscriberManager::SetStaticSubscriberState(const std::vector<std::string> &events, b… in SetStaticSubscriberState() function in OHOS::EventFwk::StaticSubscriberManager
/ohos5.0/base/notification/common_event_service/frameworks/core/
H A Dlibcesfwk_core.map21 "SetStaticSubscriberState";
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_proxy_test.cpp362 int32_t result = commonEventProxy.SetStaticSubscriberState(true);
378 int32_t result = commonEventProxy.SetStaticSubscriberState(events, true);
H A Dcommon_event_test.cpp501 int32_t result = commonEvent.SetStaticSubscriberState(true);
515 int32_t result = commonEvent.SetStaticSubscriberState(events, true);
H A Dcommon_event_stub_test.cpp624 int32_t result = commonEventStub.SetStaticSubscriberState(true);
639 int32_t result = commonEventStub.SetStaticSubscriberState(events, true);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_set_param.cpp349 napi_value NapiStaticSubscribe::SetStaticSubscriberState(napi_env env, napi_callback_info info) in SetStaticSubscriberState() function in OHOS::EventManagerFwkNapi::NapiStaticSubscribe
511 auto ret = fromBundle ? CommonEventManager::SetStaticSubscriberState(events, enable) in OnSetStaticSubscriberState()
512 : CommonEventManager::SetStaticSubscriberState(enable); in OnSetStaticSubscriberState()
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H A Dcommon_event_branch_test.cpp293 …tification::ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, commonEvent.SetStaticSubscriberState(true));
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_test.cpp316 int32_t result = commonEventManagerService.SetStaticSubscriberState(events, true); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H A Dcommon_event_manager_service_branch_test.cpp551 int32_t ret = comm->SetStaticSubscriberState(true); in HWTEST_F()
553 EXPECT_EQ(ret, comm->SetStaticSubscriberState(true)); in HWTEST_F()

12