Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1828 nlohmann::json jsonAgentShip = nlohmann::json::parse(agentShip, nullptr, false); in IsAgentRelationship() local
1829 if (jsonAgentShip.is_null() || jsonAgentShip.empty()) { in IsAgentRelationship()
1833 if (jsonAgentShip.is_discarded() || !jsonAgentShip.is_array()) { in IsAgentRelationship()
1842 for (const auto &item : jsonAgentShip) { in IsAgentRelationship()

Completed in 4 milliseconds