Home
last modified time | relevance | path

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

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