Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Djson_helper.h26 static uint32_t CheckElementExistence(const nlohmann::json &jsonObject, const std::string &key);
H A Djson_helper.cpp32 uint32_t JsonHelper::CheckElementExistence(const json &jsonObject, const string &key) in CheckElementExistence() function in OHOS::MultimediaPlugin::JsonHelper
H A Dimpl_class.cpp83 if (JsonHelper::CheckElementExistence(classInfo, "capabilities") == SUCCESS) { in Register()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp452 uint32_t ret = JsonHelper::CheckElementExistence(jsonObject, key);