Home
last modified time | relevance | path

Searched refs:args (Results 1226 - 1250 of 1700) sorted by relevance

1...<<41424344454647484950>>...68

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_op.cpp384 inline void CanvasPaintOp::Map(const Fn fns[], Args... args) const in Map()
392 fn(op, args...); in Map()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.cpp199 void DOMMenu::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
202 std::unique_ptr<JsonValue> argsValue = JsonUtil::ParseJsonString(args); in CallSpecializedMethod()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h256 static void ConstructorCallback(const JSCallbackInfo& args);
317 static void ConstructorCallback(const JSCallbackInfo& args);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h245 ErrCode CallService(F func, Args&&... args) in CallService() argument
254 errCode = (proxy->*func)(std::forward<Args>(args)...); in CallService()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp542 bool BundleMgrService::Hidump(const std::vector<std::string> &args, std::string& result) const in Hidump() argument
544 if (hidumpHelper_ && hidumpHelper_->Dump(args, result)) { in Hidump()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_adapter.cpp253 JSValue args[argsLen] = {item, itemIdx}; in GetElement() local
262 JSValue nativeElement = CallJSFunction(renderPropValue, UNDEFINED, args, argsLen); in GetElement()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.h104 int32_t numArgs, ARKTS_Value args[]);
105 EXPORT ARKTS_Value ARKTS_New(ARKTS_Env env, ARKTS_Value clazz, int32_t numArgs, ARKTS_Value args[]);
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp291 void *BasicTddTest::TickHandler(void *args) in TickHandler() argument
293 (void)args; in TickHandler()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp56 BundleDaemonClient *client = reinterpret_cast<BundleDaemonClient *>(option.args);
122 objectStub_.args = this; in Initialize()
/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davcontroller_callback_proxy.cpp244 void AVControllerCallbackProxy::OnSessionEventChange(const std::string& event, const AAFwk::WantParams& args) in OnSessionEventChange() argument
249 CHECK_AND_RETURN_LOG(parcel.WriteParcelable(&args), "Write Want failed"); in OnSessionEventChange()
/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server_manager.cpp47 int32_t AVCodecServerManager::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() argument
61 (void)iter.first->Dump(fd, args); in Dump()
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_source_impl.cpp178 int32_t RemoteSessionSourceImpl::SetSessionEventRemote(const std::string& event, const AAFwk::WantParams& args) in SetSessionEventRemote() argument
185 AAFwk::WantParams sinkArgs = args; in SetSessionEventRemote()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dslow_motion_session_napi.cpp270 const std::string& eventName, napi_env env, napi_value callback, const std::vector<napi_value>& args, bool isOnce) in RegisterSlowMotionStateCb()
287 const std::string& eventName, napi_env env, napi_value callback, const std::vector<napi_value>& args) in UnregisterSlowMotionStateCb()
269 RegisterSlowMotionStateCb( const std::string& eventName, napi_env env, napi_value callback, const std::vector<napi_value>& args, bool isOnce) RegisterSlowMotionStateCb() argument
286 UnregisterSlowMotionStateCb( const std::string& eventName, napi_env env, napi_value callback, const std::vector<napi_value>& args) UnregisterSlowMotionStateCb() argument
/foundation/multimedia/av_session/services/session/server/test/
H A Davcontroller_callback_proxy_test.cpp392 OHOS::AAFwk::WantParams args; in HWTEST_F() local
393 aVControllerCallbackProxy->OnSessionEventChange(event, args); in HWTEST_F()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.cpp111 void *MessageLooper::Looper(void *args) in Looper() argument
113 MessageLooper *looper = static_cast<MessageLooper *>(args); in Looper()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp321 auto args = whereClause; in CheckWhereClause() local
322 SeprateSelection(args, sepratedStr); in CheckWhereClause()
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp195 napi_value args[1] = { 0 }; in EnumClassConstructor() local
198 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp350 int MemMgrService::Dump(int fd, const std::vector<std::u16string> &args) in Dump() argument
357 for (auto &arg : args) { in Dump()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h165 void DumpOnePlugin(std::string &result, std::string pluginName, std::vector<std::string>& args);
167 std::string DumpInfoFromPlugin(std::string& result, std::string libPath, std::vector<std::string>& args);
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp53 void IPCThreadSkeleton::TlsDestructor(void *args) in TlsDestructor() argument
55 auto *current = static_cast<IPCThreadSkeleton *>(args); in TlsDestructor()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp240 int TestService::Dump(int fd, const std::vector<std::u16string> &args) in Dump() argument
244 std::u16string argsParam = args.front(); in Dump()
H A Dipc_test_helper.cpp186 pid_t IPCTestHelper::StartExecutable(std::string name, std::string args) in StartExecutable() argument
204 std::string cmd2 = name + " " + args + "&"; in StartExecutable()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_service_test.cpp88 std::vector<std::u16string> args = {}; in HWTEST_F() local
89 EXPECT_EQ(instance_->Dump(fd, args), NETMANAGER_EXT_SUCCESS); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp211 int32_t DistributedDeviceProfileService::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() argument
214 for (const auto& arg : args) { in Dump()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_profile_service_test.cpp294 std::vector<std::u16string> args; in HWTEST_F() local
295 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().Dump(fd, args); in HWTEST_F()

Completed in 16 milliseconds

1...<<41424344454647484950>>...68