Home
last modified time | relevance | path

Searched defs:args (Results 1 - 25 of 1007) sorted by relevance

12345678910>>...41

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dtask_utils.h27 decltype(auto) MakeTask(Func&& f, Args&&... args) in MakeTask() argument
/foundation/ai/neural_network_runtime/common/
H A Dutils.h27 std::shared_ptr<T> CreateSharedPtr(Args&&... args) in CreateSharedPtr() argument
40 std::unique_ptr<T> CreateUniquePtr(Args&&... args) in CreateUniquePtr() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dability_delegator_registry.cpp33 RegisterInstance( const std::shared_ptr<AbilityDelegator> &delegator, const std::shared_ptr<AbilityDelegatorArgs> &args) RegisterInstance() argument
/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_log_wrapper.cpp21 void LogWrapper::PrintLog(LogDomain domain, LogLevel level, AceLogTag tag, const char* fmt, va_list args) {} in PrintLog() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dmake_callback.h60 auto MakeCallback(Func f, Args&&... args) in MakeCallback() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_event.h96 inline auto Invoke(const IEvent::Ptr& event, Args&&... args) in Invoke() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_command.cpp83 const ArgList args = (line.size() > 1) ? ArgList({ line.begin() + 1, line.end() }) : ArgList(); in Invoke() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Dmain.cpp39 std::vector<std::string> args; in main() local
/foundation/filemanagement/file_api/utils/common/include/
H A Dfile_utils.h25 std::shared_ptr<T> CreateSharedPtr(Args&&... args) in CreateSharedPtr() argument
37 std::unique_ptr<T> CreateUniquePtr(Args&&... args) in CreateUniquePtr() argument
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dlogger.cpp29 va_list args; in D() local
41 va_list args; in E() local
53 va_list args; in V() local
59 Log(const char *tag, const char *format, va_list args) Log() argument
66 Err(const char *tag, const char *format, va_list args) Err() argument
[all...]
/foundation/ability/idl_tool/util/
H A Dlogger.cpp54 Log(const char* tag, const char* format, va_list args) Log() argument
61 Err(const char* tag, const char* format, va_list args) Err() argument
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_generic_factory.h28 static UniqueProductPtr CreateInstance(Args && ...args) in CreateInstance() argument
57 static SptrProductPtr CreateInstance(Args && ...args) in CreateInstance() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process.cpp43 void ChildProcess::OnStart(std::shared_ptr<AppExecFwk::ChildProcessArgs> args) {} in OnStart() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Ddata_change_listener.h41 void NotifyAll(void (V2::DataChangeListener::*method)(Args...), Args... args) in NotifyAll() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/interfaces/profiler/
H A Djs_profiler.cpp36 void JSProfiler::JsRegisterVsyncCallback(const JSCallbackInfo& args) in JsRegisterVsyncCallback() argument
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_function_codec.cpp44 std::vector<CodecData> args; in DecodeFunctionCall() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/menu/
H A Djs_context_menu.cpp26 void JSContextMenu::Close(const JSCallbackInfo& args) in Close() argument
/foundation/arkui/ace_engine/frameworks/core/event/
H A Devent_trigger.h34 void TriggerAsyncEvent(const EventMarker& marker, Args&&... args) in TriggerAsyncEvent() argument
49 void TriggerSyncEvent(const EventMarker& marker, Args&&... args) in TriggerSyncEvent() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dfile_utils.h25 std::shared_ptr<T> CreateSharedPtr(Args &&... args) in CreateSharedPtr() argument
32 std::unique_ptr<T> CreateUniquePtr(Args &&... args) in CreateUniquePtr() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Djstest_module.cpp28 JSTestPrint(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) JSTestPrint() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_no_destructor.h29 explicit BluetoothNoDestructor(Args&&... args) in BluetoothNoDestructor() argument
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/js/builtin/src/
H A Dcapability_module.cpp20 JSIValue CapabilityModule::HasCapability(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in HasCapability() argument
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/task/
H A Drender_task.h67 void operator () (RUNARGSTYPE... args) in operator ()() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_trace.cpp44 va_list args; in ImageTrace() local
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_interface.h37 RetT Invoke(Args&& ... args) in Invoke() argument

Completed in 9 milliseconds

12345678910>>...41