Home
last modified time | relevance | path

Searched refs:agentBundleName (Results 1 - 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp67 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 Dnotification_analytics_util.cpp109 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 Dnotification_analytics_util.h60 HaMetaMessage& AgentBundleName(const std::string& agentBundleName);
H A Dnotification_preferences.h291 * @param agentBundleName The bundleName of the agent app.
295 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
H A Dnotification_preferences_database.h213 * @param agentBundleName The bundleName of the agent app.
217 bool IsAgentRelationship(const std::string &agentBundleName, const std::string &sourceBundleName);
H A Dadvanced_notification_service.h1169 * @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 Dadvanced_notification_slot_service.cpp949 bool AdvancedNotificationService::IsAgentRelationship(const std::string &agentBundleName, in IsAgentRelationship() argument
952 return NotificationPreferences::GetInstance()->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
H A Dnotification_preferences.cpp1212 bool NotificationPreferences::IsAgentRelationship(const std::string &agentBundleName, in IsAgentRelationship() argument
1225 return preferncesDB_->IsAgentRelationship(agentBundleName, sourceBundleName); in IsAgentRelationship()
H A Dnotification_preferences_database.cpp1814 bool NotificationPreferencesDatabase::IsAgentRelationship(const std::string &agentBundleName, in IsAgentRelationship() argument
1839 jsonTarget[RELATIONSHIP_JSON_KEY_SERVICE] = agentBundleName; in IsAgentRelationship()

Completed in 12 milliseconds