Home
last modified time | relevance | path

Searched refs:platformMessage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_function_codec.cpp55 …unctionCodec::DecodePlatformMessage(const std::vector<uint8_t>& buffer, CodecData& platformMessage) in DecodePlatformMessage() argument
58 if (!bufferReader.ReadData(platformMessage)) { in DecodePlatformMessage()
H A Dfunction_codec.h35 …ual bool DecodePlatformMessage(const std::vector<uint8_t>& buffer, CodecData& platformMessage) = 0;
H A Dstandard_function_codec.h37 …bool DecodePlatformMessage(const std::vector<uint8_t>& buffer, CodecData& platformMessage) overrid…