Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_bridge.cpp37 FunctionCall functionCall(FUNCTION_NAME, args); in SendMessage() local
/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() local
183 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync() local
/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() local
296 FunctionCall functionCall(strFunctionName, arguments); in ProcessJsRequestSync() local