Searched defs:functionName (Results 1 – 11 of 11) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
| D | js_api_perf.cpp | 22 void JsApiPerf::InsertJsBeginLog(const std::string& functionName, int64_t timeStamp) in InsertJsBeginLog() 31 void JsApiPerf::InsertJsEndLog(const std::string& functionName, int64_t timeStamp) in InsertJsEndLog() 45 void JsApiPerf::InsertPerfLog(const std::string& functionName, int64_t timeConsumed) in InsertPerfLog()
|
| /foundation/arkui/napi/native_engine/impl/ark/ |
| D | ark_native_engine_impl.h | 30 std::string functionName; member
|
| /foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/ |
| D | js_ability_monitor.cpp | 101 NativeValue *JSAbilityMonitor::CallLifecycleCBFunction(const std::string &functionName, in CallLifecycleCBFunction()
|
| /foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
| D | runtime.h | 24 std::string functionName; member
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
| D | business_error.cpp | 143 napi_env env, int32_t err, const std::string &functionName, const std::string &permissionName) in CreateCommonError()
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/ |
| D | qjs_group_js_bridge.cpp | 539 ScopedString functionName(ctx, argv[PLUGIN_REQUEST_ARG_FUNCTION_NAME_INDEX]); in ProcessJsRequest() local 601 ScopedString functionName(ctx, argv[PLUGIN_REQUEST_ARG_FUNCTION_NAME_INDEX]); in ProcessJsRequest() local 660 ScopedString functionName(ctx, argv[PLUGIN_REQUEST_ARG_FUNCTION_NAME_INDEX_SYNC]); in ProcessJsRequestSync() local
|
| D | qjs_engine.cpp | 2600 ScopedString functionName(ctx, argv[0]); in JsPerfBegin() local 2610 ScopedString functionName(ctx, argv[0]); in JsPerfEnd() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/v8/ |
| D | v8_group_js_bridge.cpp | 183 const char* functionName = *jsFunctionName; in ProcessJsRequest() local 248 const char* functionName = *jsFunctionName; in ProcessJsRequestSync() local
|
| /foundation/arkui/napi/native_engine/ |
| D | native_value.h | 52 std::string functionName; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/ |
| D | v8_declarative_group_js_bridge.cpp | 183 const char* functionName = *jsFunctionName; in ProcessJsRequest() local 254 const char* functionName = *jsFunctionName; in ProcessJsRequestSync() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/ |
| D | jsMockSystemPlugin.js | 396 messenger.send = function (groupName, functionName, ...args) { argument
|