Home
last modified time | relevance | path

Searched refs:sourceBundleName (Results 1 - 7 of 7) sorted by relevance

/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()
210 request->SetOwnerBundleName(sourceBundleName); in PrepareNotificationRequest()
432 std::string sourceBundleName = in PrepareNotificationInfo() local
434 if ((!sourceBundleName.empty() && in PrepareNotificationInfo()
435 NotificationPreferences::GetInstance()->IsAgentRelationship(GetClientBundleName(), sourceBundleName) && in PrepareNotificationInfo()
H A Dadvanced_notification_slot_service.cpp950 const std::string &sourceBundleName) in IsAgentRelationship()
952 return NotificationPreferences::GetInstance()->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
949 IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName) IsAgentRelationship() argument
H A Dnotification_preferences.cpp1213 const std::string &sourceBundleName) in IsAgentRelationship()
1225 return preferncesDB_->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
1212 IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName) IsAgentRelationship() argument
H A Dnotification_preferences_database.cpp1815 const std::string &sourceBundleName) in IsAgentRelationship()
1840 jsonTarget[RELATIONSHIP_JSON_KEY_APP] = sourceBundleName; in IsAgentRelationship()
1814 IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName) IsAgentRelationship() argument
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h292 * @param sourceBundleName The bundleName of the source app.
295 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
H A Dnotification_preferences_database.h214 * @param sourceBundleName The bundleName of the source app.
217 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
H A Dadvanced_notification_service.h1170 * @param sourceBundleName The bundleName of the source app.
1173 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);

Completed in 13 milliseconds