Home
last modified time | relevance | path

Searched defs:functionCall (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/codec/
Dstandard_function_codec.cpp22 bool StandardFunctionCodec::EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_… in EncodeFunctionCall()
35 …rdFunctionCodec::DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) in DecodeFunctionCall()
/foundation/arkui/ace_engine/frameworks/core/common/
Dplatform_bridge.cpp39 FunctionCall functionCall(FUNCTION_NAME, args); in SendMessage() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_group_js_bridge.cpp150 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequest() local
220 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/v8/
Dv8_group_js_bridge.cpp194 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequest() local
260 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_group_js_bridge.cpp233 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequest() local
303 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/
Dqjs_group_js_bridge.cpp612 FunctionCall functionCall(strFunctionName, args); in ProcessJsRequest() local
673 FunctionCall functionCall(strFunctionName, args); in ProcessJsRequestSync() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/
Dv8_declarative_group_js_bridge.cpp194 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequest() local
266 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync() local