Searched refs:CheckElementExistence (Results 1 – 4 of 4) sorted by relevance
26 static uint32_t CheckElementExistence(const nlohmann::json &jsonObject, const std::string &key);
32 uint32_t JsonHelper::CheckElementExistence(const json &jsonObject, const string &key) in CheckElementExistence() function in OHOS::MultimediaPlugin::JsonHelper
83 if (JsonHelper::CheckElementExistence(classInfo, "capabilities") == SUCCESS) { in Register()
452 uint32_t ret = JsonHelper::CheckElementExistence(jsonObject, key);