Home
last modified time | relevance | path

Searched refs:EncodeFunctionCall (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_function_codec.h35 bool EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuffer) override;
H A Dfunction_codec.h33 virtual bool EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuffer) = 0;
H A Dstandard_function_codec.cpp22 bool StandardFunctionCodec::EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuffer) in EncodeFunctionCall() function in OHOS::Ace::Framework::StandardFunctionCodec
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_bridge.cpp40 codec.EncodeFunctionCall(functionCall, dataBuf); in SendMessage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp131 if (!codec.EncodeFunctionCall(functionCall, encodeBuf)) { in ProcessJsRequest()
186 if (!codec.EncodeFunctionCall(functionCall, encodeBuf)) { in ProcessJsRequestSync()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp229 if (!codec.EncodeFunctionCall(functionCall, encodeBuf)) { in ProcessJsRequest()
299 if (!codec.EncodeFunctionCall(functionCall, encodeBuf)) { in ProcessJsRequestSync()

Completed in 5 milliseconds