Searched refs:sourceBundleName (Results 1 - 7 of 7) sorted by relevance
/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() 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 D | advanced_notification_slot_service.cpp | 950 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 D | notification_preferences.cpp | 1213 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 D | notification_preferences_database.cpp | 1815 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 D | notification_preferences.h | 292 * @param sourceBundleName The bundleName of the source app. 295 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
H A D | notification_preferences_database.h | 214 * @param sourceBundleName The bundleName of the source app. 217 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
H A D | advanced_notification_service.h | 1170 * @param sourceBundleName The bundleName of the source app. 1173 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
Completed in 14 milliseconds