Home
last modified time | relevance | path

Searched defs:rectJson (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/
H A Dscreen_data_channel_impl.cpp220 nlohmann::json rectJson; in SendDirtyData() local
342 nlohmann::json rectJson = nlohmann::json::parse(ext->buf, nullptr, false); in ProcessDirtyData() local
351 void ScreenDataChannelImpl::DirtyVecToJson(nlohmann::json &rectJson, const std::shared_ptr<DataBuff… in DirtyVecToJson()
370 void ScreenDataChannelImpl::JsonToDirtyJson(nlohmann::json &rectJson, std::shared_ptr<DataBuffer> &… in JsonToDirtyJson()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dlocation_button_test.cpp112 auto& rectJson = jsonComponent[JsonTagConstants::JSON_RECT]; variable
147 auto& rectJson = jsonComponent[JsonTagConstants::JSON_WINDOW_RECT]; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screendatachannel/src/
H A Dscreen_data_channel_impl_test.cpp354 nlohmann::json rectJson; variable