Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1882 std::string agentShip = ""; in IsAgentRelationship() local
1883 int32_t result = rdbDataManager_->QueryData("PROXY_PKG", agentShip); in IsAgentRelationship()
1888 ANS_LOGD("The agent relationship is :%{public}s.", agentShip.c_str()); in IsAgentRelationship()
1889 nlohmann::json jsonAgentShip = nlohmann::json::parse(agentShip, nullptr, false); in IsAgentRelationship()