Home
last modified time | relevance | path

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

/foundation/ace/ace_engine/frameworks/bridge/codec/
Dstandard_function_codec.cpp23 bool StandardFunctionCodec::EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_… in EncodeFunctionCall()
36 …rdFunctionCodec::DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) in DecodeFunctionCall()
/foundation/ace/ace_engine/frameworks/core/common/
Dplatform_bridge.cpp38 FunctionCall functionCall(FUNCTION_NAME, args); in SendMessage() local
/foundation/ace/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/ace/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_group_js_bridge.cpp150 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequest() local
220 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync() local
/foundation/ace/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/ace/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/
Dqjs_group_js_bridge.cpp613 FunctionCall functionCall(strFunctionName, args); in ProcessJsRequest() local
674 FunctionCall functionCall(strFunctionName, args); in ProcessJsRequestSync() local
/foundation/ace/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