Home
last modified time | relevance | path

Searched refs:GetPublisherBundleName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dsubscribe_info.cpp67 std::string CommonEventSubscribeInfoImpl::GetPublisherBundleName() in GetPublisherBundleName() function in OHOS::CommonEventManager::CommonEventSubscribeInfoImpl
69 return info_->GetPublisherBundleName(); in GetPublisherBundleName()
H A Dsubscribe_info.h40 std::string GetPublisherBundleName();
H A Dcommon_event_manager_ffi.cpp371 auto str = instance->GetPublisherBundleName(); in CJ_GetBundleName()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscribe_info.h146 std::string GetPublisherBundleName() const;
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_subscribe_info_test.cpp135 EXPECT_EQ("abc", subscribeInfo.GetPublisherBundleName());
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscribe_info.cpp111 std::string CommonEventSubscribeInfo::GetPublisherBundleName() const in GetPublisherBundleName() function in OHOS::EventFwk::CommonEventSubscribeInfo
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp93 …eventSubscribeInfo->GetPublisherBundleName().empty() && eventSubscribeInfo->GetPublisherUid() == 0… in InsertSubscriber()
436 auto publisherBundleName = (*it)->eventSubscribeInfo->GetPublisherBundleName(); in GetSubscriberRecordsByWantLocked()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp420 …->publisherBundleName = asyncCallbackInfo->subscriber->GetSubscribeInfo().GetPublisherBundleName(); in PaddingNapiCreateAsyncWorkCallbackInfo()
H A Dnapi_common_event.cpp913 SetPublisherBundleNameResult(env, subscribeInfo.GetPublisherBundleName(), result); in SetNapiResult()