/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_continue_manager_test.cpp | 360 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 D | dms_continue_recv_manager.cpp | 212 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 D | dms_continue_recv_manager.h | 43 std::string sourceBundleName; member 55 sourceBundleName(source_bundle_name) {
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 44 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 D | advanced_notification_service.cpp | 174 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 D | advanced_notification_slot_service.cpp | 832 const std::string &sourceBundleName) in IsAgentRelationship() argument 834 …urn NotificationPreferences::GetInstance()->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
|
H A D | notification_preferences.cpp | 1237 const std::string &sourceBundleName) in IsAgentRelationship() argument 1249 return preferncesDB_->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
|
H A D | notification_preferences_database.cpp | 1876 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 D | notification_preferences.h | 295 … bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
H A D | notification_preferences_database.h | 227 … bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
H A D | advanced_notification_service.h | 1183 … bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 529 std::string sourceBundleName = missionInfo.want.GetBundle(); in ContinueMissionInner() local 533 (isFreeInstall && IsRemoteInstall(remoteDeviceId, sourceBundleName))) { in ContinueMissionInner()
|