Searched defs:functionCall (Results 1 – 7 of 7) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/codec/ |
| D | standard_function_codec.cpp | 22 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/ |
| D | platform_bridge.cpp | 39 FunctionCall functionCall(FUNCTION_NAME, args); in SendMessage() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| D | jsi_declarative_group_js_bridge.cpp | 150 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/ |
| D | v8_group_js_bridge.cpp | 194 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/ |
| D | jsi_group_js_bridge.cpp | 233 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/ |
| D | qjs_group_js_bridge.cpp | 612 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/ |
| D | v8_declarative_group_js_bridge.cpp | 194 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequest() local 266 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync() local
|