Home
last modified time | relevance | path

Searched refs:GetUint16Value (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class.cpp66 uint32_t result = JsonHelper::GetUint16Value(classInfo, "priority", priority_); in Register()
262 if (JsonHelper::GetUint16Value(serviceInfo, "interfaceID", interfaceID) != SUCCESS) { in AnalysisServices()
285 uint32_t result = JsonHelper::GetUint16Value(serviceInfo, "serviceType", serviceType); in AnalysisServices()
305 uint32_t result = JsonHelper::GetUint16Value(classInfo, "maxInstance", maxInstance_); in AnalysisMaxInstance()
H A Djson_helper.h31 static uint32_t GetUint16Value(const nlohmann::json &jsonObject, const std::string &key, uint16_t &value);
H A Djson_helper.cpp97 uint32_t JsonHelper::GetUint16Value(const json &jsonObject, const string &key, uint16_t &value) in GetUint16Value() function in OHOS::MultimediaPlugin::JsonHelper
102 PrintElementMissingLog("GetUint16Value", key, result); in GetUint16Value()
107 IMAGE_LOGE("GetUint16Value: not a integer type value for key %{public}s.", key.c_str()); in GetUint16Value()
112 IMAGE_LOGE("GetUint16Value: not a unsigned integer type value for key %{public}s, num: %{public}lld.", in GetUint16Value()
118 IMAGE_LOGE("GetUint16Value: out of range value for key %{public}s, num: %{public}llu.", key.c_str(), in GetUint16Value()
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h91 bool GetUint16Value(const std::string_view &key, uint16_t &value) const;
H A Dscene_format.cpp147 bool SceneFormat::GetUint16Value(const std::string_view &key, uint16_t &value) const in GetUint16Value() function in OHOS::Sharing::SceneFormat
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp882 sceneFormat->GetUint16Value(key, valueNew); in HWTEST_F()
1315 auto ret = sceneFormatOut.GetUint16Value(key, valueGetUInt16); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp530 uint32_t ret = JsonHelper::GetUint16Value(jsonObject, key, value); in HWTEST_F()

Completed in 11 milliseconds