Searched refs:GetUint16Value (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | impl_class.cpp | 66 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 D | json_helper.h | 31 static uint32_t GetUint16Value(const nlohmann::json &jsonObject, const std::string &key, uint16_t &value);
|
H A D | json_helper.cpp | 97 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 D | scene_format.h | 91 bool GetUint16Value(const std::string_view &key, uint16_t &value) const;
|
H A D | scene_format.cpp | 147 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 D | scene_unit_test.cpp | 882 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 D | plugins_manager_src_framework_test.cpp | 530 uint32_t ret = JsonHelper::GetUint16Value(jsonObject, key, value); in HWTEST_F()
|
Completed in 7 milliseconds