Searched defs:AppId (Results 1 – 3 of 3) sorted by relevance
27 using AppId = DistributedKv::AppId; variable
50 struct API_EXPORT AppId { struct51 std::string appId;72 inline bool IsValid() const in IsValid()88 static constexpr int SEPARATOR_COUNT = 3;89 static constexpr char SEPARATOR_CHAR = '#';
39 using AppId = OHOS::DistributedKv::AppId; typedef