/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_manager.cpp | 140 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 D | icommon_event.h | 147 virtual int32_t SetStaticSubscriberState(bool enable) = 0; 156 … virtual int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) = 0;
|
H A D | common_event_proxy.h | 152 int32_t SetStaticSubscriberState(bool enable) override; 161 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) override;
|
H A D | common_event_stub.h | 160 int32_t SetStaticSubscriberState(bool enable) override; 169 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) override;
|
H A D | common_event.h | 169 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 D | common_event_stub.cpp | 223 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 D | common_event.cpp | 319 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 D | common_event_proxy.cpp | 468 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 D | common_event_manager.h | 225 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 D | common_event_manager_impl.cpp | 62 int32_t CommonEventManagerImpl::SetStaticSubscriberState(bool enable) in SetStaticSubscriberState() function in OHOS::CommonEventManager::CommonEventManagerImpl 64 return OHOS::EventFwk::CommonEventManager::SetStaticSubscriberState(enable); in SetStaticSubscriberState()
|
H A D | common_event_manager_impl.h | 30 static int32_t SetStaticSubscriberState(bool enable);
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | common_event_manager_service.h | 152 int32_t SetStaticSubscriberState(bool enable) override; 161 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) override;
|
H A D | static_subscriber_manager.h | 58 int32_t SetStaticSubscriberState(bool enable); 67 int32_t SetStaticSubscriberState(const std::vector<std::string> &events, bool enable);
|
H A D | inner_common_event_manager.h | 158 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 D | common_event_manager_service.cpp | 533 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 D | inner_common_event_manager.cpp | 713 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 D | static_subscriber_manager.cpp | 526 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 D | libcesfwk_core.map | 21 "SetStaticSubscriberState";
|
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/ |
H A D | common_event_proxy_test.cpp | 362 int32_t result = commonEventProxy.SetStaticSubscriberState(true); 378 int32_t result = commonEventProxy.SetStaticSubscriberState(events, true);
|
H A D | common_event_test.cpp | 501 int32_t result = commonEvent.SetStaticSubscriberState(true); 515 int32_t result = commonEvent.SetStaticSubscriberState(events, true);
|
H A D | common_event_stub_test.cpp | 624 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 D | common_event_set_param.cpp | 349 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 D | common_event_branch_test.cpp | 293 …tification::ERR_NOTIFICATION_CES_COMMON_PARAM_INVALID, commonEvent.SetStaticSubscriberState(true));
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_manager_service_test.cpp | 316 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 D | common_event_manager_service_branch_test.cpp | 551 int32_t ret = comm->SetStaticSubscriberState(true); in HWTEST_F() 553 EXPECT_EQ(ret, comm->SetStaticSubscriberState(true)); in HWTEST_F()
|