Home
last modified time | relevance | path

Searched refs:GetBundle (Results 1 – 17 of 17) sorted by relevance

/base/notification/distributed_notification_service/tools/test/mock/
Dmock_ans_manager_stub.cpp27 std::string MockAnsManagerStub::GetBundle() in GetBundle() function in OHOS::Notification::MockAnsManagerStub
Dmock_ans_manager_stub.h30 std::string GetBundle();
/base/notification/distributed_notification_service/interfaces/inner_api/
Denabled_notification_callback_data.h46 std::string GetBundle() const;
/base/notification/distributed_notification_service/test/fuzztest/enablednotificationcallbackdata_fuzzer/
Denablednotificationcallbackdata_fuzzer.cpp40 enabledNotificationCallbackData.GetBundle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Denabled_notification_callback_data.cpp35 std::string EnabledNotificationCallbackData::GetBundle() const in GetBundle() function in OHOS::Notification::EnabledNotificationCallbackData
/base/notification/common_event_service/services/src/
Dability_manager_helper.cpp30 EVENT_LOGI("enter, target bundle = %{public}s", want.GetBundle().c_str()); in ConnectAbility()
Dcommon_event_sticky_manager.cpp156 … std::string bundle = "\t\tBundleName: " + record->commonEventData->GetWant().GetBundle() + "\n"; in DumpState()
Dcommon_event_control_manager.cpp1020 std::string bundle = "\t\tBundleName: " + record->commonEventData->GetWant().GetBundle() + "\n"; in DumpStateByCommonEventRecord()
1134 std::string bundle = "\t\tBundleName: " + record.want.GetBundle() + "\n"; in DumpHistoryStateByCommonEventRecord()
/base/account/os_account/services/accountmgr/test/mock/common/
Dability_manager_adapter.cpp47 if (want.GetBundle() == STRING_BUNDLE) { in ConnectAbility()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Denabled_notification_callback_data_test.cpp48 EXPECT_EQ(rrc->GetBundle(), bundle);
/base/inputmethod/imf/frameworks/kits/extension/src/
Djs_inputmethod_extension_context.cpp112 …LOGI("%{public}s bundlename:%{public}s abilityname:%{public}s", __func__, want.GetBundle().c_str(), in OnStartAbility()
164 …LOGI("%{public}s bundlename:%{public}s abilityname:%{public}s", __func__, want.GetBundle().c_str(), in OnStartAbilityWithAccount()
258 …LOGI("%{public}s bundlename:%{public}s abilityname:%{public}s", __func__, want.GetBundle().c_str(), in OnConnectAbility()
305 …LOGI("%{public}s bundlename:%{public}s abilityname:%{public}s", __func__, want.GetBundle().c_str(), in OnConnectAbilityWithAccount()
595 return (bundleName == obj.first.want.GetBundle()) in HandleOnAbilityDisconnectDone()
/base/notification/distributed_notification_service/tools/test/unittest/dump/
Dnotification_shell_command_dump_test.cpp239 EXPECT_EQ(stubPtr_->GetBundle(), g_bundleName);
285 EXPECT_EQ(stubPtr_->GetBundle(), g_bundleName);
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
Djs_wallpaper_extension_context.cpp112 want.GetBundle().c_str(), in OnStartAbility()
166 want.GetBundle().c_str(), in OnStartAbilityWithAccount()
264 want.GetBundle().c_str(), in OnConnectAbility()
316 want.GetBundle().c_str(), in OnConnectAbilityWithAccount()
631 return (bundleName == obj.first.want.GetBundle()) && in HandleOnAbilityDisconnectDone()
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/src/
DfuzzTestManager.cpp1424 temp->GetBundle(); in RegisterWant()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp116 commonEventDataWorkerData->want.GetBundle().c_str(), in SetCommonEventData()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp135 commonEventDataWorkerData->want.GetBundle().c_str(), in SetCommonEventData()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1417 napi_create_string_utf8(env, data.GetBundle().c_str(), NAPI_AUTO_LENGTH, &bundleNapi); in SetEnabledNotificationCallbackData()