Home
last modified time | relevance | path

Searched refs:para (Results 76 - 100 of 238) sorted by relevance

12345678910

/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h73 static void OpenDumpFile(std::string para, std::string fileName, FILE **file);
75 static FILE *OpenDumpFileInner(std::string para, std::string fileName);
76 static void ChangeDumpFileState(std::string para, FILE **dumpFile, std::string fileName);
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dincremental_backup_data.h67 LibN::NVal para = data.GetProp(BConstants::PARAMETERS); in BackupParams() local
68 if (para.val_ != nullptr) { in BackupParams()
69 auto [succ, str, ignore] = para.ToUTF8String(); in BackupParams()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp104 void ButtonModelImpl::CreateWithLabel(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) in CreateWithLabel() argument
106 if (para.parseSuccess.value()) { in CreateWithLabel()
107 auto textComponent = AceType::MakeRefPtr<TextComponent>(para.label.value()); in CreateWithLabel()
124 void ButtonModelImpl::Create(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) in Create() argument
131 SetTypeAndStateEffect(para.type, para.stateEffect, buttonComponent); in Create()
145 void ButtonModelImpl::CreateWithChild(const CreateWithPara& para) in CreateWithChild() argument
153 SetTypeAndStateEffect(para.type, para.stateEffect, buttonComponent); in CreateWithChild()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h176 bool TryPendingJoinRequest(const JoinLnnMsgPara *para, bool needReportFailure);
178 void DfxRecordLnnAuthStart(const AuthConnInfo *connInfo, const JoinLnnMsgPara *para, uint32_t requestId);
193 int32_t TrySendJoinLNNRequest(const JoinLnnMsgPara *para, bool needReportFailure, bool isShort);
194 int32_t PostBuildMessageToHandler(int32_t msgType, void *para);
200 void OnLnnProcessNotTrustedMsgDelay(void *para);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp121 * @tc.desc: para is null
374 void *para = nullptr; in HWTEST_F() local
375 para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(LnnConnectionFsm))); in HWTEST_F()
376 EXPECT_TRUE(para != nullptr); in HWTEST_F()
377 bool ret1 = CleanInvalidConnStateProcess(nullptr, FSM_MSG_TYPE_LEAVE_LNN, para); in HWTEST_F()
393 void *para = nullptr; in HWTEST_F() local
394 para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(LnnConnectionFsm))); in HWTEST_F()
395 EXPECT_TRUE(para != nullptr); in HWTEST_F()
396 bool ret1 = CleanInvalidConnStateProcess(nullptr, FSM_MSG_TYPE_LEAVE_LNN, para); in HWTEST_F()
436 void *para in HWTEST_F() local
453 void *para = nullptr; HWTEST_F() local
468 void *para = nullptr; HWTEST_F() local
[all...]
H A Dlnn_service_mock.cpp202 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper() argument
204 return GetServiceInterface()->LnnAsyncCallbackHelper(looper, callback, para); in LnnAsyncCallbackHelper()
208 void *para, uint64_t delayMillis) in LnnAsyncCallbackDelayHelper()
210 return GetServiceInterface()->LnnAsyncCallbackDelayHelper(looper, callback, para, delayMillis); in LnnAsyncCallbackDelayHelper()
284 LNN_LOGW(LNN_TEST, "invalid para"); in ActionOfLnnGetSettingDeviceName()
207 LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para, uint64_t delayMillis) LnnAsyncCallbackDelayHelper() argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_opt.c20 int32_t VtpSetSocketMultiLayer(int fd, OnFrameEvt *cb, const void *para) in VtpSetSocketMultiLayer() argument
24 (void)para; in VtpSetSocketMultiLayer()
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_fsm_strategy_mock.h47 const LnnHeartbeatMediumParam *para) = 0;
49 const LnnCheckDevStatusMsgPara *para, uint64_t delayMillis) = 0;
51 const LnnCheckDevStatusMsgPara *para, uint64_t delayMillis) = 0;
61 const LnnProcessSendOnceMsgPara *para, uint64_t delayMillis) = 0;
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_decision_db_deps_mock.cpp42 LnnAsyncCallbackFunc callback, void *para) in DecisionDbAsyncCallbackHelper()
45 callback(para); in DecisionDbAsyncCallbackHelper()
144 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper() argument
146 return GetDecisionDbDepsInterface()->LnnAsyncCallbackHelper(looper, callback, para); in LnnAsyncCallbackHelper()
41 DecisionDbAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) DecisionDbAsyncCallbackHelper() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/effect/include/
H A Dvisual_effect.h27 void AddPara(const std::shared_ptr<VisualEffectPara>& para) in AddPara() argument
29 visualEffectParas_.emplace_back(para); in AddPara()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter.h29 void AddPara(const std::shared_ptr<FilterPara>& para) in AddPara() argument
31 filterParas_.emplace_back(para); in AddPara()
/foundation/filemanagement/app_file_service/tests/mock/parameter/src/
H A Dparameter.c24 void SetMockParameter(bool para) in SetMockParameter() argument
26 g_bMockParameter = para; in SetMockParameter()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp686 FILE *DumpFileUtil::OpenDumpFileInner(std::string para, std::string fileName, AudioDumpFileType fileType) in OpenDumpFileInner() argument
705 bool res = GetSysPara(para.c_str(), dumpPara); in OpenDumpFileInner()
707 AUDIO_INFO_LOG("%{public}s is not set, dump audio is not required", para.c_str()); in OpenDumpFileInner()
708 g_lastPara[para] = dumpPara; in OpenDumpFileInner()
711 AUDIO_DEBUG_LOG("%{public}s = %{public}s", para.c_str(), dumpPara.c_str()); in OpenDumpFileInner()
724 g_lastPara[para] = dumpPara; in OpenDumpFileInner()
746 void DumpFileUtil::ChangeDumpFileState(std::string para, FILE **dumpFile, std::string filePath) in ChangeDumpFileState() argument
748 CHECK_AND_RETURN_LOG(*dumpFile != nullptr, "Invalid file para"); in ChangeDumpFileState()
749 CHECK_AND_RETURN_LOG(g_lastPara[para] == "w" || g_lastPara[para] in ChangeDumpFileState()
762 OpenDumpFile(std::string para, std::string fileName, FILE **file) OpenDumpFile() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp448 std::vector<std::shared_ptr<EmitterUpdater>> para; in HWTEST_F() local
449 properties.SetEmitterUpdater(para); in HWTEST_F()
453 para.push_back(emitter); in HWTEST_F()
454 properties.SetEmitterUpdater(para); in HWTEST_F()
459 properties.SetEmitterUpdater(para); in HWTEST_F()
468 properties.SetEmitterUpdater(para); in HWTEST_F()
484 auto para = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction); in HWTEST_F() local
485 properties.SetLinearGradientBlurPara(para); in HWTEST_F()
487 EXPECT_EQ(properties.GetLinearGradientBlurPara(), para); in HWTEST_F()
490 para in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp170 LnnProcessSendOnceMsgPara *para = in HWTEST_F() local
172 para->hbType = HEARTBEAT_TYPE_BLE_V0; in HWTEST_F()
174 int32_t ret = OnProcessSendOnce(&hbFsm->fsm, TEST_ARGS, reinterpret_cast<void *>(para)); in HWTEST_F()
291 void *para = SoftBusCalloc(sizeof(LnnHeartbeatSendBeginData)); in HWTEST_F() local
295 ret = OnSendOneHbBegin(&hbFsm->fsm, TEST_ARGS, para); in HWTEST_F()
309 void *para = SoftBusCalloc(sizeof(LnnHeartbeatType)); in HWTEST_F() local
313 ret = OnSendOneHbEnd(nullptr, TEST_ARGS, para); in HWTEST_F()
341 void *para = SoftBusCalloc(sizeof(LnnHeartbeatType)); in HWTEST_F() local
344 ret = OnStopHbByType(nullptr, TEST_ARGS, para); in HWTEST_F()
499 void *para in HWTEST_F() local
543 LnnProcessSendOnceMsgPara para; HWTEST_F() local
900 LnnCheckDevStatusMsgPara para = {}; HWTEST_F() local
998 void *para = SoftBusCalloc(sizeof(LnnCheckDevStatusMsgPara)); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_ble_lpdevice.h40 void SendDeviceStateToMlps(void *para);
49 void SetLpKeepAliveState(void *para);
/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dlnn_settingdata_event_monitor_deps_mock.cpp45 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper() argument
47 return GetSettingDataEventMonitorDepsInterface()->LnnAsyncCallbackHelper(looper, callback, para); in LnnAsyncCallbackHelper()
/foundation/communication/dsoftbus/adapter/common/bus_center/boot_event/
H A Dlnn_boot_event_monitor.cpp28 static void ProcessBootEvent(void *para) in ProcessBootEvent() argument
30 (void)para; in ProcessBootEvent()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c105 static bool AuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para);
106 static bool CleanInvalidConnStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para);
108 static bool OnlineStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para);
110 static bool LeavingStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para);
198 static void FreeUnhandledMessage(int32_t msgType, void *para) in FreeUnhandledMessage() argument
201 if (para != NULL) { in FreeUnhandledMessage()
202 SoftBusFree(para); in FreeUnhandledMessage()
1276 static bool AuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in AuthStateProcess() argument
1282 FreeUnhandledMessage(msgType, para); in AuthStateProcess()
1293 OnAuthDone(connFsm, (int32_t *)para); in AuthStateProcess()
1446 CleanInvalidConnStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) CleanInvalidConnStateProcess() argument
1542 OnlineStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) OnlineStateProcess() argument
1645 LeavingStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) LeavingStateProcess() argument
1816 int32_t *para = NULL; LnnSendAuthResultMsgToConnFsm() local
[all...]
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_test_runner_test.cpp125 for (auto para : paras) { in HWTEST_F()
126 want.SetParam(para.first, para.second); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model.h38 virtual void CreateWithLabel(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) = 0;
39 virtual void Create(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) = 0;
40 virtual void CreateWithChild(const CreateWithPara& para) = 0;
/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_util.h65 static void OpenDumpFile(const std::string &para, const std::string &fileName, FILE **file);
72 static FILE *OpenDumpFileInner(const std::string &para, const std::string &fileName);
73 static void ChangeDumpFileState(const std::string &para, FILE **dumpFile, const std::string &fileName);
/foundation/communication/dsoftbus/adapter/common/net/hdi/common/
H A Dsoftbus_adapter_wlan_extend.c36 static void GetOneChannelMeasResult(void *para);
121 static void GetOneChannelMeasResult(void *para) in GetOneChannelMeasResult() argument
123 (void)para; in GetOneChannelMeasResult()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c265 static void HandleConnConnectTimeout(const void *para) in HandleConnConnectTimeout() argument
267 CHECK_NULL_PTR_RETURN_VOID(para); in HandleConnConnectTimeout()
268 uint32_t requestId = *(uint32_t *)(para); in HandleConnConnectTimeout()
303 static void HandleConnConnectCmd(const void *para) in HandleConnConnectCmd() argument
305 CHECK_NULL_PTR_RETURN_VOID(para); in HandleConnConnectCmd()
306 ConnCmdInfo *info = (ConnCmdInfo *)para; in HandleConnConnectCmd()
322 static void HandleConnConnectResult(const void *para) in HandleConnConnectResult() argument
324 CHECK_NULL_PTR_RETURN_VOID(para); in HandleConnConnectResult()
325 AuthConnectResult *connResult = (AuthConnectResult *)(para); in HandleConnConnectResult()
342 static void AsyncCallDeviceIdReceived(void *para) in AsyncCallDeviceIdReceived() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_linear_gradient_blur_shader_filter.cpp23 const std::shared_ptr<RSLinearGradientBlurPara>& para, const float geoWidth, const float geoHeight) in RSLinearGradientBlurShaderFilter()
24 : linearGradientBlurPara_(para) in RSLinearGradientBlurShaderFilter()
22 RSLinearGradientBlurShaderFilter( const std::shared_ptr<RSLinearGradientBlurPara>& para, const float geoWidth, const float geoHeight) RSLinearGradientBlurShaderFilter() argument

Completed in 14 milliseconds

12345678910