Home
last modified time | relevance | path

Searched refs:IsUInt8 (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/include/
H A Dhistreamer_ability_querier_test.h32 bool IsUInt8(const cJSON *jsonObj, const std::string& key);
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp123 !IsFloat(j, KEY_FPS) || !IsUInt8(j, KEY_CODECTYPE) || in from_json()
124 !IsUInt8(j, KEY_COLOR_FORMAT)) { in from_json()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_json_util.h24 bool IsUInt8(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Ddh_utils_tool.h50 bool IsUInt8(const cJSON* jsonObj, const std::string& key);
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_json_util.cpp32 bool IsUInt8(const nlohmann::json &jsonObj, const std::string &key) in IsUInt8() function
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp83 if (!IsUInt8(jsonObject, AUDIO_AAC_PROFILE)) { in FromJson()
90 if (!IsUInt8(jsonObject, AUDIO_AAC_STREAM_FORMAT)) { in FromJson()
H A Ddh_utils_tool.cpp166 bool IsUInt8(const cJSON* jsonObj, const std::string& key) in IsUInt8() function
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp85 bool IsUInt8(const cJSON *jsonObj, const std::string &key) in IsUInt8() function
232 if (!IsUInt8(jsonObject, AUDIO_AAC_PROFILE)) { in FromJson()
241 if (!IsUInt8(jsonObject, AUDIO_AAC_STREAM_FORMAT)) { in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp237 EXPECT_TRUE(IsUInt8(jsonObject, KEY)); in HWTEST_F()
241 EXPECT_TRUE(IsUInt8(jsonObject, KEY)); in HWTEST_F()

Completed in 6 milliseconds