Searched refs:DecodeFunctionCall (Results 1 – 3 of 3) sorted by relevance
34 …virtual bool DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) = …
36 … bool DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) override;
35 bool StandardFunctionCodec::DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& fu… in DecodeFunctionCall() function in OHOS::Ace::Framework::StandardFunctionCodec