Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dfunction_call.h29 class FunctionCall final {
31 FunctionCall(const std::string& funcName, const std::vector<CodecData>& args) : funcName_(funcName), args_(args) {} in FunctionCall() function in OHOS::Ace::Framework::final
32 FunctionCall(std::string&& funcName, std::vector<CodecData>&& args) in FunctionCall() function in OHOS::Ace::Framework::final
35 FunctionCall() = default;
36 ~FunctionCall() = default;
72 ACE_DISALLOW_COPY_AND_MOVE(FunctionCall);
H A Dstandard_function_codec.h35 bool EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuffer) override;
36 bool DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) override;
H A Dfunction_codec.h33 virtual bool EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuffer) = 0;
34 virtual bool DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) = 0;
H A Dstandard_function_codec.cpp22 bool StandardFunctionCodec::EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuffer) in EncodeFunctionCall()
35 bool StandardFunctionCodec::DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) in DecodeFunctionCall()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_bridge.cpp37 FunctionCall functionCall(FUNCTION_NAME, args); in SendMessage()
/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()
/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()

Completed in 4 milliseconds