Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_json_util.h29 bool IsUInt64(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp83 if (!IsUInt64(j, KEY_DISPLAY_ID) || !IsUInt64(j, KEY_SCREEN_ID)) { in from_json()
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_json_util.cpp70 bool IsUInt64(const nlohmann::json &jsonObj, const std::string &key) in IsUInt64() function
/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_utils_tool.h41 /* 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 Dscreenregionmgr.cpp120 if (!IsUInt64(eventContentJson, KEY_SCREEN_ID)) { in CheckContentJson()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp175 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 Dscreenregion.cpp458 if (!IsUInt64(contentJson, KEY_SCREEN_ID)) { in CheckContentJson()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp832 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 Ddistributed_input_source_manager.cpp1626 if (!IsUInt64(jsonObj, SOURCE_WINDOW_ID)) { in ParseMessage()
1727 if (!IsUInt64(jsonObj, SOURCE_WINDOW_ID)) { in ParseMessage()

Completed in 8 milliseconds