Searched refs:agentShip (Results 1 – 1 of 1) sorted by relevance
1882 std::string agentShip = ""; in IsAgentRelationship() local1883 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()