Home
last modified time | relevance | path

Searched refs:FunctionCall (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dfunction_call.h29 class FunctionCall final {
31FunctionCall(const std::string& funcName, const std::vector<CodecData>& args) : funcName_(funcName… in FunctionCall() function
32 FunctionCall(std::string&& funcName, std::vector<CodecData>&& args) in FunctionCall() function
35 FunctionCall() = default;
36 ~FunctionCall() = default;
72 ACE_DISALLOW_COPY_AND_MOVE(FunctionCall);
H A Dfunction_codec.h33 …virtual bool EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuff…
34 …virtual bool DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) = …
H A Dstandard_function_codec.h35 …bool EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuffer) over…
36 … bool DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) override;
H A Dstandard_function_codec.cpp22 bool StandardFunctionCodec::EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_… in EncodeFunctionCall()
35 bool StandardFunctionCodec::DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& fu… in DecodeFunctionCall()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_bridge.cpp37 FunctionCall functionCall(FUNCTION_NAME, args); in SendMessage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp128 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequest()
183 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp226 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequest()
296 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync()