Searched refs:IsUInt64 (Results 1 - 9 of 9) sorted by relevance
/foundation/distributedhardware/distributed_screen/common/include/ |
H A D | dscreen_json_util.h | 29 bool IsUInt64(const nlohmann::json &jsonObj, const std::string &key);
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | dscreen_maprelation.cpp | 83 if (!IsUInt64(j, KEY_DISPLAY_ID) || !IsUInt64(j, KEY_SCREEN_ID)) { in from_json()
|
/foundation/distributedhardware/distributed_screen/common/src/ |
H A D | dscreen_json_util.cpp | 70 bool IsUInt64(const nlohmann::json &jsonObj, const std::string &key) in IsUInt64() function
|
/foundation/distributedhardware/distributed_input/utils/include/ |
H A D | dinput_utils_tool.h | 41 /* IsString, IsUInt32 and IsUInt64 are used to valid json key */ 48 bool IsUInt64(const nlohmann::json &jsonObj, const std::string &key);
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr.cpp | 120 if (!IsUInt64(eventContentJson, KEY_SCREEN_ID)) { in CheckContentJson()
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 175 bool IsUInt64(const nlohmann::json &jsonObj, const std::string &key) in IsUInt64() function
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/ |
H A D | screenregion.cpp | 458 if (!IsUInt64(contentJson, KEY_SCREEN_ID)) { in CheckContentJson()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 832 if (!IsUInt64(jsonObj, SOURCE_WINDOW_ID)) { in ParseMessage() 837 if (!IsUInt64(jsonObj, SINK_SHOW_WINDOW_ID)) { in ParseMessage()
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1626 if (!IsUInt64(jsonObj, SOURCE_WINDOW_ID)) { in ParseMessage() 1727 if (!IsUInt64(jsonObj, SOURCE_WINDOW_ID)) { in ParseMessage()
|
Completed in 8 milliseconds