/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_paint_op.cpp | 384 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 D | dom_menu.cpp | 199 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 D | js_view.h | 256 static void ConstructorCallback(const JSCallbackInfo& args); 317 static void ConstructorCallback(const JSCallbackInfo& args);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 245 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 D | bundle_mgr_service.cpp | 542 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 D | list_adapter.cpp | 253 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 D | ark_interop_napi.h | 104 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 D | basic_tdd_test.cpp | 291 void *BasicTddTest::TickHandler(void *args) in TickHandler() argument 293 (void)args; in TickHandler()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_daemon_client.cpp | 56 BundleDaemonClient *client = reinterpret_cast<BundleDaemonClient *>(option.args); 122 objectStub_.args = this; in Initialize()
|
/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avcontroller_callback_proxy.cpp | 244 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 D | avcodec_server_manager.cpp | 47 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 D | remote_session_source_impl.cpp | 178 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 D | slow_motion_session_napi.cpp | 270 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 D | avcontroller_callback_proxy_test.cpp | 392 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 D | message_looper.cpp | 111 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 D | medialibrary_common_utils.cpp | 321 auto args = whereClause; in CheckWhereClause() local 322 SeprateSelection(args, sepratedStr); in CheckWhereClause()
|
/foundation/multimodalinput/input/frameworks/napi/short_key/src/ |
H A D | js_short_key_context.cpp | 195 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 D | mem_mgr_service.cpp | 350 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 D | plugin_mgr.h | 165 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 D | ipc_thread_skeleton.cpp | 53 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 D | test_service.cpp | 240 int TestService::Dump(int fd, const std::vector<std::u16string> &args) in Dump() argument 244 std::u16string argsParam = args.front(); in Dump()
|
H A D | ipc_test_helper.cpp | 186 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 D | networkvpn_service_test.cpp | 88 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 D | distributed_device_profile_service.cpp | 211 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 D | dp_profile_service_test.cpp | 294 std::vector<std::u16string> args; in HWTEST_F() local 295 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().Dump(fd, args); in HWTEST_F()
|