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 D | histreamer_ability_querier_test.h | 32 bool IsUInt8(const cJSON *jsonObj, const std::string& key);
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | video_param.cpp | 123 !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 D | dscreen_json_util.h | 24 bool IsUInt8(const nlohmann::json &jsonObj, const std::string &key);
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/ |
H A D | dh_utils_tool.h | 50 bool IsUInt8(const cJSON* jsonObj, const std::string& key);
|
/foundation/distributedhardware/distributed_screen/common/src/ |
H A D | dscreen_json_util.cpp | 32 bool IsUInt8(const nlohmann::json &jsonObj, const std::string &key) in IsUInt8() function
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | histreamer_ability_parser.cpp | 83 if (!IsUInt8(jsonObject, AUDIO_AAC_PROFILE)) { in FromJson() 90 if (!IsUInt8(jsonObject, AUDIO_AAC_STREAM_FORMAT)) { in FromJson()
|
H A D | dh_utils_tool.cpp | 166 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 D | histreamer_ability_querier.cpp | 85 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 D | histreamer_ability_querier_test.cpp | 237 EXPECT_TRUE(IsUInt8(jsonObject, KEY)); in HWTEST_F() 241 EXPECT_TRUE(IsUInt8(jsonObject, KEY)); in HWTEST_F()
|
Completed in 7 milliseconds