/base/notification/distributed_notification_service/tools/test/mock/ |
D | mock_ans_manager_stub.cpp | 27 std::string MockAnsManagerStub::GetBundle() in GetBundle() function in OHOS::Notification::MockAnsManagerStub
|
D | mock_ans_manager_stub.h | 30 std::string GetBundle();
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | enabled_notification_callback_data.h | 46 std::string GetBundle() const;
|
/base/notification/distributed_notification_service/test/fuzztest/enablednotificationcallbackdata_fuzzer/ |
D | enablednotificationcallbackdata_fuzzer.cpp | 40 enabledNotificationCallbackData.GetBundle(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | enabled_notification_callback_data.cpp | 35 std::string EnabledNotificationCallbackData::GetBundle() const in GetBundle() function in OHOS::Notification::EnabledNotificationCallbackData
|
/base/notification/common_event_service/services/src/ |
D | ability_manager_helper.cpp | 30 EVENT_LOGI("enter, target bundle = %{public}s", want.GetBundle().c_str()); in ConnectAbility()
|
D | common_event_sticky_manager.cpp | 156 … std::string bundle = "\t\tBundleName: " + record->commonEventData->GetWant().GetBundle() + "\n"; in DumpState()
|
D | common_event_control_manager.cpp | 1020 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/ |
D | ability_manager_adapter.cpp | 47 if (want.GetBundle() == STRING_BUNDLE) { in ConnectAbility()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | enabled_notification_callback_data_test.cpp | 48 EXPECT_EQ(rrc->GetBundle(), bundle);
|
/base/inputmethod/imf/frameworks/kits/extension/src/ |
D | js_inputmethod_extension_context.cpp | 112 …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/ |
D | notification_shell_command_dump_test.cpp | 239 EXPECT_EQ(stubPtr_->GetBundle(), g_bundleName); 285 EXPECT_EQ(stubPtr_->GetBundle(), g_bundleName);
|
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
D | js_wallpaper_extension_context.cpp | 112 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/ |
D | fuzzTestManager.cpp | 1424 temp->GetBundle(); in RegisterWant()
|
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
D | common_event.cpp | 116 commonEventDataWorkerData->want.GetBundle().c_str(), in SetCommonEventData()
|
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
D | napi_common_event.cpp | 135 commonEventDataWorkerData->want.GetBundle().c_str(), in SetCommonEventData()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1417 napi_create_string_utf8(env, data.GetBundle().c_str(), NAPI_AUTO_LENGTH, &bundleNapi); in SetEnabledNotificationCallbackData()
|