Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dfunction_codec.h34 …virtual bool DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) = …
H A Dstandard_function_codec.h36 … bool DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) override;
H A Dstandard_function_codec.cpp35 bool StandardFunctionCodec::DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& fu… in DecodeFunctionCall() function in OHOS::Ace::Framework::StandardFunctionCodec