Searched refs:agentBundleName (Results 1 - 9 of 9) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_notification_analytics_util.cpp | 67 HaMetaMessage& HaMetaMessage::AgentBundleName(const std::string& agentBundleName) in AgentBundleName() argument 69 agentBundleName_ = agentBundleName; in AgentBundleName()
|
/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | notification_analytics_util.cpp | 109 HaMetaMessage& HaMetaMessage::AgentBundleName(const std::string& agentBundleName) in AgentBundleName() argument 111 agentBundleName_ = agentBundleName; in AgentBundleName() 160 std::string agentBundleName = agentBundleNameOption->GetBundleName(); in ReportDeleteFailedEvent() local 161 if (!agentBundleName.empty()) { in ReportDeleteFailedEvent() 162 message = message.AgentBundleName(agentBundleName); in ReportDeleteFailedEvent() 205 want.SetParam("agentBundleName", request->GetCreatorBundleName()); in ReportNotificationEvent() 237 want.SetParam("agentBundleName", message.agentBundleName_); in ReportDeleteFailedEvent()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_analytics_util.h | 60 HaMetaMessage& AgentBundleName(const std::string& agentBundleName);
|
H A D | notification_preferences.h | 291 * @param agentBundleName The bundleName of the agent app. 295 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
H A D | notification_preferences_database.h | 213 * @param agentBundleName The bundleName of the agent app. 217 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
H A D | advanced_notification_service.h | 1169 * @param agentBundleName The bundleName of the agent app. 1173 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 949 bool AdvancedNotificationService::IsAgentRelationship(const std::string &agentBundleName, in IsAgentRelationship() argument 952 return NotificationPreferences::GetInstance()->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
|
H A D | notification_preferences.cpp | 1212 bool NotificationPreferences::IsAgentRelationship(const std::string &agentBundleName, in IsAgentRelationship() argument 1225 return preferncesDB_->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
|
H A D | notification_preferences_database.cpp | 1814 bool NotificationPreferencesDatabase::IsAgentRelationship(const std::string &agentBundleName, in IsAgentRelationship() argument 1839 jsonTarget[RELATIONSHIP_JSON_KEY_SERVICE] = agentBundleName; in IsAgentRelationship()
|
Completed in 12 milliseconds