Home
last modified time | relevance | path

Searched full:param (Results 4026 - 4050 of 7978) sorted by relevance

1...<<161162163164165166167168169170>>...320

/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/include/
H A Ddaudio_sink_handler.h32 int32_t SubscribeLocalHardware(const std::string &dhId, const std::string &param) override;
35 void FinishStartSA(const std::string &param, const sptr<IRemoteObject> &remoteObject);
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_listenermgr.cpp28 LOGE("invalid param"); in RegisterListener()
40 LOGE("invalid param"); in GetListenerByPkgName()
/foundation/distributedhardware/distributed_input/services/state/include/
H A Dtouchpad_event_fragment_mgr.h38 * @param dhId the device dhId where event from
39 * @param event the event
/foundation/distributedhardware/distributed_input/common/test/mock/
H A Dsocket_mock.cpp58 int32_t SendStream(int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) in SendStream() argument
63 (void)param; in SendStream()
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_sched/
H A Dsched_scheduler.h46 * @param bundleName
53 * @param bundleName 应用名称
/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity_extension_config.h86 * @param obj Json对象引用
87 * @param option 任意类型对象
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/interface/
H A Di_av_sender_engine_callback.h43 * @param event event content.
50 * @param message message content.
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/mock/
H A Dsocket_mock.cpp58 int32_t SendStream(int32_t socket, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) in SendStream() argument
63 (void)param; in SendStream()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_info_params.c48 int HCI_ReadLocalExtendedFeatures(const HciReadLocalExtendedFeaturesParam *param) in HCI_ReadLocalExtendedFeatures() argument
51 HciAllocCmd(HCI_READ_LOCAL_EXTENDED_FEATURES, (void *)param, sizeof(HciReadLocalExtendedFeaturesParam)); in HCI_ReadLocalExtendedFeatures()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_gpu_context.h61 * @param OH_Drawing_GpuContextOptions Indicates the GPU context options.
72 * @param OH_Drawing_GpuContext Indicates the pointer to an <b>OH_Drawing_GpuContext</b> object.
/test/ostest/wukong/common/include/
H A Dwukong_logger.h63 * @param level logger level
64 * @param format log string format
/test/xts/acts/ability/ability_runtime/apicover/formmodule/entry/src/main/ets/ModuleAbility/
H A DModuleAbility.ts65 onDump(param) {
66 console.log("[Demo] MainAbility onDump: " + JSON.stringify(param));
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api12/entry/src/main/ets/MainAbility/pages/Event/
H A DEvent.ets42 @Param title: string = '';
43 @Param fontColor: Color = Color.Black;
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api12/entry/src/main/ets/MainAbility/pages/Param/
H A DParamAndOnce.ets26 @Param @Once onceParamNum: number = 0;
27 @Param @Once @Require onceParamInfo: ParamInfo;
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_navigation/ace_ets_module_navigation_api12/entry/src/main/ets/MainAbility/pages/Navigation/NavigationLevel/
H A DNavigationLevelTest16.ets28 this.pageInfos.pushPath({ name: 'pageTwo' , param:'push pageTwo with animation'})
68 this.pageInfos.pushPath({ name: 'pageOne' , param:'mes'})
H A DNavigationLevelTest17.ets28 this.pageInfos.pushPath({ name: 'pageTwo' , param:'mes'})
65 this.pageInfos.pushPath({ name: 'pageOne' , param:'mes'})
H A DNavigationLevelTest3.ets28 this.pageInfos.pushPath({ name: 'pageOne' , param:'mes'})
67 this.pageInfos.pushPath({ name: 'pageOne' , param:'mes'})
H A DNavigationLevelTest9.ets28 this.pageInfos.pushPath({ name: 'pageTwo' , param:'mes'})
65 this.pageInfos.pushPath({ name: 'pageOne' , param:'mes'})
H A DNavigationLevelTest1.ets63 this.message = 'name:' + popInfo.info.name + ';param:' + popInfo.info.param + ';result:' + JSON.stringify(popInfo.result);
H A DNavigationLevelTest14.ets29 this.pageInfos.replacePath({ name: 'pageTwo' , param:'mes'}, true)
73 this.pageInfos.pushPath({ name: 'pageOne' , param:'mes'})
/test/xts/acts/arkui/ace_ets_web_dev_cloudservice_webController_five/entry/src/ohosTest/resources/rawfile/
H A DobjectMove.html11 <param name="type" value="video">
12 <param name="id" value="playerId">
/test/xts/acts/arkui/ace_ets_web_dev_cloudservice_webController_six/entry/src/ohosTest/resources/rawfile/
H A DobjectMove.html11 <param name="type" value="video">
12 <param name="id" value="playerId">
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinitndk.cpp37 void *param; in InitModule() local
38 int ret = init_module(param, PARAM_5, "0"); in InitModule()
H A Dptyndk.cpp27 int param = PARAM_0; in Forkpty() local
28 pid_t pid = forkpty(&param, nullptr, nullptr, nullptr); in Forkpty()
/test/xts/hats/distributedhardware/distributedcameratest/
H A Ddcameraprovidercase.h31 int32_t Register(std::shared_ptr<DCameraRegistParam>& param) in Register() argument
35 int32_t UnRegister(std::shared_ptr<DCameraRegistParam>& param) in UnRegister() argument

Completed in 7 milliseconds

1...<<161162163164165166167168169170>>...320