/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_utils_tools.h | 73 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 D | incremental_backup_data.h | 67 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 D | button_model_impl.cpp | 104 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 D | lnn_net_builder.h | 176 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 D | lnn_connection_fsm_test.cpp | 121 * @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 D | lnn_service_mock.cpp | 202 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 D | vtp_stream_opt.c | 20 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 D | hb_fsm_strategy_mock.h | 47 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 D | lnn_decision_db_deps_mock.cpp | 42 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 D | visual_effect.h | 27 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 D | filter.h | 29 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 D | parameter.c | 24 void SetMockParameter(bool para) in SetMockParameter() argument 26 g_bMockParameter = para; in SetMockParameter()
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 686 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 D | rs_properties_test2.cpp | 448 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 D | hb_fsm_test.cpp | 170 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 D | lnn_ble_lpdevice.h | 40 void SendDeviceStateToMlps(void *para); 49 void SetLpKeepAliveState(void *para);
|
/foundation/communication/dsoftbus/tests/core/adapter/unittest/ |
H A D | lnn_settingdata_event_monitor_deps_mock.cpp | 45 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 D | lnn_boot_event_monitor.cpp | 28 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 D | lnn_connection_fsm.c | 105 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 D | cj_test_runner_test.cpp | 125 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 D | button_model.h | 38 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 D | daudio_util.h | 65 static void OpenDumpFile(const std::string ¶, const std::string &fileName, FILE **file); 72 static FILE *OpenDumpFileInner(const std::string ¶, const std::string &fileName); 73 static void ChangeDumpFileState(const std::string ¶, FILE **dumpFile, const std::string &fileName);
|
/foundation/communication/dsoftbus/adapter/common/net/hdi/common/ |
H A D | softbus_adapter_wlan_extend.c | 36 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 D | auth_connection.c | 265 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 D | rs_linear_gradient_blur_shader_filter.cpp | 23 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
|