Home
last modified time | relevance | path

Searched refs:sourceBundleName (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_continue_manager_test.cpp360 std::string sourceBundleName = "test sourceBundleName"; variable
364 sourceBundleName, sinkBundleName, continueType, state);
384 std::string sourceBundleName = "test sourceBundleName"; variable
388 sourceBundleName, sinkBundleName, continueType, state);
394 sourceBundleName, sinkBundleName, continueType, state);
409 std::string sourceBundleName = "test sourceBundleName"; variable
413 sourceBundleName, sinkBundleName, continueType, state);
417 sourceBundleName = "invalid sourceBundleName";
420 sourceBundleName, sinkBundleName, continueType, state);
457 std::string sourceBundleName = "invalid sourceBundleName"; variable
[all …]
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_recv_manager.cpp212 iconInfo_.sourceBundleName = srcBundleName; in VerifyBroadcastSource()
379 std::string srcBundleName = continueInfo.sourceBundleName; in NotifyRecvBroadcast()
475 … currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in OnDeviceScreenOff()
519 … currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in OnContinueSwitchOff()
571 … currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in NotifyDeviceOffline()
613 … currentIconInfo(senderNetworkId, iconInfo_.sourceBundleName, bundleName, continueType), in NotifyPackageRemoved()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddms_continue_recv_manager.h43 std::string sourceBundleName; member
55 sourceBundleName(source_bundle_name) {
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h44 DSchedContinueInfo(const std::string& sourceDeviceId, const std::string& sourceBundleName, in DSchedContinueInfo() argument
46 …: sourceDeviceId_(sourceDeviceId), sourceBundleName_(sourceBundleName), sinkDeviceId_(sinkDeviceId… in DSchedContinueInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp174 std::string sourceBundleName = in PrepareNotificationRequest() local
176 … if (!sourceBundleName.empty() && NotificationPreferences::GetInstance()->IsAgentRelationship( in PrepareNotificationRequest()
177 bundle, sourceBundleName)) { in PrepareNotificationRequest()
179 bundle.c_str(), sourceBundleName.c_str()); in PrepareNotificationRequest()
192 uid = bundleManager->GetDefaultUidByBundleName(sourceBundleName, userId); in PrepareNotificationRequest()
217 request->SetOwnerBundleName(sourceBundleName); in PrepareNotificationRequest()
436 std::string sourceBundleName = in PrepareNotificationInfo() local
442 if ((!sourceBundleName.empty() && in PrepareNotificationInfo()
443 …ficationPreferences::GetInstance()->IsAgentRelationship(GetClientBundleName(), sourceBundleName) && in PrepareNotificationInfo()
H A Dadvanced_notification_slot_service.cpp832 const std::string &sourceBundleName) in IsAgentRelationship() argument
834 …urn NotificationPreferences::GetInstance()->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
H A Dnotification_preferences.cpp1237 const std::string &sourceBundleName) in IsAgentRelationship() argument
1249 return preferncesDB_->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
H A Dnotification_preferences_database.cpp1876 const std::string &sourceBundleName) in IsAgentRelationship() argument
1901 jsonTarget[RELATIONSHIP_JSON_KEY_APP] = sourceBundleName; in IsAgentRelationship()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h295 … bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
H A Dnotification_preferences_database.h227 … bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
H A Dadvanced_notification_service.h1183 … bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp529 std::string sourceBundleName = missionInfo.want.GetBundle(); in ContinueMissionInner() local
533 (isFreeInstall && IsRemoteInstall(remoteDeviceId, sourceBundleName))) { in ContinueMissionInner()