Home
last modified time | relevance | path

Searched refs:IsUInt32 (Results 1 - 25 of 33) sorted by relevance

12

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp121 if (!IsUInt32(j, KEY_SCREEN_WIDTH) || !IsUInt32(j, KEY_SCREEN_HEIGHT) || in from_json()
122 !IsUInt32(j, KEY_VIDEO_WIDTH) || !IsUInt32(j, KEY_VIDEO_HEIGHT) || in from_json()
H A Ddscreen_maprelation.cpp141 if (!IsInt32(j, KEY_POINT_START_X) || !IsInt32(j, KEY_POINT_START_Y) || !IsUInt32(j, KEY_WIDTH) || in from_json()
142 !IsUInt32(j, KEY_HEIGHT)) { in from_json()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_meta.cpp69 if (!IsUInt32(metaJson, META_DATA_TYPE) || !IsInt64(metaJson, META_TIMESTAMP) || in UnmarshalAudioMeta()
70 !IsUInt32(metaJson, META_FRAME_NUMBER)) { in UnmarshalAudioMeta()
146 if (typeObj != nullptr && IsUInt32(metaJson, META_DATA_TYPE)) { in UnmarshalVideoMeta()
156 if (numberObj != nullptr && IsUInt32(metaJson, META_FRAME_NUMBER)) { in UnmarshalVideoMeta()
166 if (extNumberObj != nullptr && IsUInt32(metaJson, META_EXT_FRAME_NUMBER)) { in UnmarshalVideoMeta()
H A Dav_trans_message.cpp66 if (!IsUInt32(metaJson, KEY_TYPE) || !IsString(metaJson, KEY_CONTENT)) { in UnmarshalMessage()
88 bool AVTransMessage::IsUInt32(const cJSON *msgJson, const std::string &key) in IsUInt32() function in OHOS::DistributedHardware::AVTransMessage
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/include/
H A Dhistreamer_ability_querier_test.h34 bool IsUInt32(const cJSON *jsonObj, const std::string& key);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_message.h35 bool IsUInt32(const cJSON *msgJson, const std::string &key);
H A Dav_trans_utils.h56 bool IsUInt32(const cJSON *jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_manager_event_handler.cpp185 !IsUInt32(innerMsg, INPUT_SOURCEMANAGER_KEY_ITP) || in NotifyStartCallback()
219 !IsUInt32(innerMsg, INPUT_SOURCEMANAGER_KEY_ITP) || in NotifyStopCallback()
319 !IsUInt32(innerMsg, INPUT_SOURCEMANAGER_KEY_TYPE) || in NotifyKeyStateCallback()
320 !IsUInt32(innerMsg, INPUT_SOURCEMANAGER_KEY_CODE) || in NotifyKeyStateCallback()
321 !IsUInt32(innerMsg, INPUT_SOURCEMANAGER_KEY_VALUE)) { in NotifyKeyStateCallback()
557 !IsUInt32(innerMsg, INPUT_SOURCEMANAGER_KEY_TYPE)) { in NotifyRelayStartTypeCallback()
585 !IsUInt32(innerMsg, INPUT_SOURCEMANAGER_KEY_TYPE)) { in NotifyRelayStopTypeCallback()
H A Ddinput_source_listener.cpp358 if (!IsInt64(oneData, INPUT_KEY_WHEN) || !IsUInt32(oneData, INPUT_KEY_TYPE) || in OnReceivedEventRemoteInput()
359 !IsUInt32(oneData, INPUT_KEY_CODE) || !IsInt32(oneData, INPUT_KEY_VALUE) || in OnReceivedEventRemoteInput()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_json_util.h26 bool IsUInt32(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp370 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE)) { in NotifyStartRemoteInput()
388 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE)) { in NotifyStopRemoteInput()
533 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE)) { in NotifyRelayStartTypeRemoteInput()
553 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE)) { in NotifyRelayStopTypeRemoteInput()
619 if (!IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_CMD_TYPE)) { in HandleData()
664 !IsUInt32(event, INPUT_KEY_CODE) || !IsInt32(event, INPUT_KEY_VALUE) || in RecordEventLog()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H A Dlow_latency_listener.cpp56 if (!IsUInt32(jsonObj, DH_TYPE)) { in OnMessage()
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Ddh_utils_tool.h56 bool IsUInt32(const cJSON* jsonObj, const std::string& key);
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_json_util.cpp51 bool IsUInt32(const nlohmann::json &jsonObj, const std::string &key) in IsUInt32() function
/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_utils_tool.h41 /* IsString, IsUInt32 and IsUInt64 are used to valid json key */
47 bool IsUInt32(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp911 if (!IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE) || in NotifyResponseStartRemoteInput()
928 if (!IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE) || in NotifyResponseStopRemoteInput()
981 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_KEYSTATE_TYPE) || in NotifyResponseKeyState()
982 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_KEYSTATE_CODE) || in NotifyResponseKeyState()
983 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_KEYSTATE_VALUE)) { in NotifyResponseKeyState()
1358 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE)) { in NotifyResponseRelayStartTypeRemoteInput()
1385 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE)) { in NotifyResponseRelayStopTypeRemoteInput()
1412 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE)) { in ReceiveRelayStartTypeResult()
1430 !IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_INPUT_TYPE)) { in ReceiveRelayStopTypeResult()
1534 if (!IsUInt32(recMs in HandleData()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dversion_info.cpp107 if (IsUInt32(jsonObject, TYPE) && in FromJson()
H A Dcapability_info.cpp234 if (!IsUInt32(jsonObject, DH_TYPE)) { in FromJson()
H A Dmeta_capability_info.cpp190 if (!IsUInt32(jsonObject, DH_TYPE)) { in FromJson()
/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp459 if (!IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_CMD_TYPE)) { in CheckRecivedData()
503 if (!IsUInt32(recMsg, DINPUT_SOFTBUS_KEY_CMD_TYPE)) { in HandleSession()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp271 if (!IsUInt32(attrJson, KEY_SCREEN_WIDTH) || !IsUInt32(attrJson, KEY_SCREEN_HEIGHT) || in CheckJsonData()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp842 if (!IsUInt32(jsonObj, SINK_PROJECT_SHOW_WIDTH)) { in ParseMessage()
847 if (!IsUInt32(jsonObj, SINK_PROJECT_SHOW_HEIGHT)) { in ParseMessage()
852 if (!IsUInt32(jsonObj, SINK_WINDOW_SHOW_X)) { in ParseMessage()
857 if (!IsUInt32(jsonObj, SINK_WINDOW_SHOW_Y)) { in ParseMessage()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp629 if (!IsUInt32(attrJson, KEY_SCREEN_WIDTH) || !IsUInt32(attrJson, KEY_SCREEN_HEIGHT) || in CheckJsonData()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input_audio/
H A Ddsoftbus_input_audio_plugin.cpp249 if (!IsUInt32(resMsg, AVT_DATA_META_TYPE)) { in OnStreamReceived()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp247 * @tc.desc: Verify the IsUInt32 function.
257 EXPECT_TRUE(IsUInt32(jsonObject, KEY)); in HWTEST_F()
261 EXPECT_TRUE(IsUInt32(jsonObject, KEY)); in HWTEST_F()

Completed in 16 milliseconds

12