/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 34 const WidgetParam &widgetParam, ContextFactory::AuthWidgetContextPara ¶) in InitWidgetContextParam() 38 if (!GetUserAuthProfile(para.userId, authType, profile)) { in InitWidgetContextParam() 42 para.authProfileMap[authType] = profile; in InitWidgetContextParam() 49 para.challenge = std::move(authParam.challenge); in InitWidgetContextParam() 50 para.authTypeList = std::move(validType); in InitWidgetContextParam() 51 para.atl = authParam.authTrustLevel; in InitWidgetContextParam() 52 para.widgetParam = widgetParam; in InitWidgetContextParam() 54 para.widgetParam.windowMode = WindowModeType::DIALOG_BOX; in InitWidgetContextParam() 180 int32_t AuthWidgetHelper::CheckReuseUnlockResult(const ContextFactory::AuthWidgetContextPara ¶, in CheckReuseUnlockResult() argument 184 para in CheckReuseUnlockResult() 33 InitWidgetContextParam(const AuthParamInner &authParam, std::vector<AuthType> &validType, const WidgetParam &widgetParam, ContextFactory::AuthWidgetContextPara ¶) InitWidgetContextParam() argument [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_init.c | 157 int32_t PostJoinRequestToConnFsm(LnnConnectionFsm *connFsm, const JoinLnnMsgPara *para, bool needReportFailure) in PostJoinRequestToConnFsm() argument 159 if (para == NULL) { in PostJoinRequestToConnFsm() 167 connFsm = FindConnectionFsmByAddr(¶->addr, false); in PostJoinRequestToConnFsm() 169 if (connFsm == NULL || connFsm->isDead || CheckRemoteBasicInfoChanged(para->dupInfo)) { in PostJoinRequestToConnFsm() 170 connFsm = StartNewConnectionFsm(¶->addr, para->pkgName, para->isNeedConnect); in PostJoinRequestToConnFsm() 172 connFsm->connInfo.dupInfo = (para->dupInfo == NULL) ? NULL : DupNodeInfo(para->dupInfo); in PostJoinRequestToConnFsm() 179 LnnNotifyJoinResult((ConnectionAddr *)¶ in PostJoinRequestToConnFsm() 203 JoinLnnMsgPara para; TryRemovePendingJoinRequest() local 539 DeviceVerifyPassMsgPara *para = NULL; OnDeviceVerifyPass() local 582 AuthHandle *para = NULL; OnDeviceDisconnect() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_linear_gradient_blur_shader_filter.cpp | 62 auto& para = linearGradientBlurPara_; in ProcessImageDDGR() local 64 uint8_t direction = static_cast<uint8_t>(para->direction_); in ProcessImageDDGR() 66 float radius = para->blurRadius_; in ProcessImageDDGR() 71 if (GetMaskLinearBlurEnabled() && para->useMaskAlgorithm_) { in ProcessImageDDGR() 80 radius, para->fractionStops_, static_cast<Drawing::GradientDir>(direction), blurType, nullptr)); in ProcessImageDDGR() 95 auto& para = linearGradientBlurPara_; in ProcessImage() local 96 if (!image || para == nullptr || para->blurRadius_ <= 0) { in ProcessImage() 100 "%{public}d", para->blurRadius_, geoWidth_, geoHeight_, tranX_, tranY_, (int)isOffscreenCanvas_); in ProcessImage() 102 ComputeScale(dst.GetWidth(), dst.GetHeight(), para in ProcessImage() 261 MakeAlphaGradientShader( const Drawing::Rect& clipBounds, const std::shared_ptr<GELinearGradientBlurPara>& para, uint8_t directionBias) MakeAlphaGradientShader() argument [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_mock_test.cpp | 200 bool *para = reinterpret_cast<bool *>(SoftBusMalloc(sizeof(bool) * CONNECTION_ADDR_MAX)); in HWTEST_F() local 201 EXPECT_TRUE(para != nullptr); in HWTEST_F() 202 EXPECT_EQ(EOK, memcpy_s(para, sizeof(bool) * CONNECTION_ADDR_MAX, addrType, sizeof(bool) * CONNECTION_ADDR_MAX)); in HWTEST_F() 206 int32_t ret = ProcessLeaveByAddrType(reinterpret_cast<const void *>(para)); in HWTEST_F() 388 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(ElectMsgPara))); in HWTEST_F() local 405 EXPECT_TRUE(ProcessMasterElect(para) == SOFTBUS_ERR); in HWTEST_F() 418 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(ConnectionAddr))); in HWTEST_F() local 422 EXPECT_TRUE(ProcessNodeStateChanged(para) == SOFTBUS_ERR); in HWTEST_F() 433 void *para = nullptr; in HWTEST_F() local 434 para in HWTEST_F() 473 void *para = nullptr; HWTEST_F() local 554 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(LeaveInvalidConnMsgPara))); HWTEST_F() local 601 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(char) * NETWORK_ID_BUF_LEN)); HWTEST_F() local 616 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(char) * NETWORK_ID_BUF_LEN)); HWTEST_F() local 649 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(int64_t))); HWTEST_F() local 667 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 703 void *para = reinterpret_cast<void *>(SoftBusMalloc(sizeof(uint16_t))); HWTEST_F() local 1019 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1043 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1070 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1106 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1136 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1164 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1188 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1210 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1235 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1260 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1285 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1308 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1333 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1359 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1405 void *para = reinterpret_cast<void *>(msgPara); HWTEST_F() local 1423 JoinLnnMsgPara *para = nullptr; HWTEST_F() local 1457 JoinLnnMsgPara *para = nullptr; HWTEST_F() local 1489 JoinLnnMsgPara *para = nullptr; HWTEST_F() local 1521 JoinLnnMsgPara *para = nullptr; HWTEST_F() local 1787 const void *para = reinterpret_cast<const void *>(authId); HWTEST_F() local 1925 JoinLnnMsgPara para; HWTEST_F() local [all...] |
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | reclaim_strategy_manager_test.cpp | 69 std::shared_ptr<ReclaimParam> para = std::make_shared<ReclaimParam>(pid, appId, appName, userId, score, in HWTEST_F() local 71 ReclaimStrategyManager::GetInstance().NotifyAppStateChanged(para); in HWTEST_F() 73 EXPECT_NE(para, nullptr); in HWTEST_F() 83 std::shared_ptr<ReclaimParam> para = std::make_shared<ReclaimParam>(pid, appId, appName, userId, score, in HWTEST_F() local 85 ReclaimStrategyManager::GetInstance().NotifyAppStateChanged(para); in HWTEST_F() 107 std::shared_ptr<ReclaimParam> para = std::make_shared<ReclaimParam>(pid, appId, appName, userId, score, in HWTEST_F() local 109 ReclaimStrategyManager::GetInstance().NotifyAppStateChanged(para); in HWTEST_F() 134 std::shared_ptr<ReclaimParam> para = std::make_shared<ReclaimParam>(pid, appId, appName, userId, score, in HWTEST_F() local 136 ReclaimStrategyManager::GetInstance().NotifyAppStateChanged(para); in HWTEST_F() 182 std::shared_ptr<ReclaimParam> para in HWTEST_F() local 199 std::shared_ptr<ReclaimParam> para = std::make_shared<ReclaimParam>(pid, appId, appName, userId, score, HWTEST_F() local 216 std::shared_ptr<ReclaimParam> para = std::make_shared<ReclaimParam>(pid, appId, appName, userId, score, HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_ble_lpdevice_virtual.c | 25 void SendDeviceStateToMlps(void *para) in SendDeviceStateToMlps() argument 27 if (para != NULL) { in SendDeviceStateToMlps() 28 SoftBusFree(para); in SendDeviceStateToMlps() 77 void SetLpKeepAliveState(void *para) in SetLpKeepAliveState() argument 79 (void)para; in SetLpKeepAliveState()
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestMiniMp4DemuxerPlugin.cpp | 53 ValueType para;
in HWTEST() local 54 auto channelLayoutStatus = minimp4DemuxerPlugin->GetParameter(Tag::AUDIO_CHANNEL_LAYOUT, para);
in HWTEST() 56 auto mediaTypeStatus = minimp4DemuxerPlugin->GetParameter(Tag::MEDIA_TYPE, para);
in HWTEST() 58 auto sampleRateStatus = minimp4DemuxerPlugin->GetParameter(Tag::AUDIO_SAMPLE_RATE, para);
in HWTEST() 60 auto bitrateStatus = minimp4DemuxerPlugin->GetParameter(Tag::MEDIA_BITRATE, para);
in HWTEST() 62 auto channelsStatus = minimp4DemuxerPlugin->GetParameter(Tag::AUDIO_CHANNELS, para);
in HWTEST() 64 auto trackIdStatus = minimp4DemuxerPlugin->GetParameter(Tag::TRACK_ID, para);
in HWTEST() 66 auto mimeStatus = minimp4DemuxerPlugin->GetParameter(Tag::MIME, para);
in HWTEST() 68 auto mpegVersionStatus = minimp4DemuxerPlugin->GetParameter(Tag::AUDIO_MPEG_VERSION, para);
in HWTEST() 70 auto sampleFormatStatus = minimp4DemuxerPlugin->GetParameter(Tag::AUDIO_SAMPLE_FORMAT, para);
in HWTEST() [all...] |
H A D | TestWavDemuxerPlugin.cpp | 53 ValueType para; in HWTEST() local 54 auto channelLayoutStatus = wavDemuxerPlugin->GetParameter(Tag::AUDIO_CHANNEL_LAYOUT, para); in HWTEST() 56 auto mediaTypeStatus = wavDemuxerPlugin->GetParameter(Tag::MEDIA_TYPE, para); in HWTEST() 58 auto sampleRateStatus = wavDemuxerPlugin->GetParameter(Tag::AUDIO_SAMPLE_RATE, para); in HWTEST() 60 auto bitrateStatus = wavDemuxerPlugin->GetParameter(Tag::MEDIA_BITRATE, para); in HWTEST() 62 auto channelsStatus = wavDemuxerPlugin->GetParameter(Tag::AUDIO_CHANNELS, para); in HWTEST() 64 auto trackIdStatus = wavDemuxerPlugin->GetParameter(Tag::TRACK_ID, para); in HWTEST() 66 auto mimeStatus = wavDemuxerPlugin->GetParameter(Tag::MIME, para); in HWTEST() 68 auto mpegVersionStatus = wavDemuxerPlugin->GetParameter(Tag::AUDIO_MPEG_VERSION, para); in HWTEST() 70 auto sampleFormatStatus = wavDemuxerPlugin->GetParameter(Tag::AUDIO_SAMPLE_FORMAT, para); in HWTEST() [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/ |
H A D | ability_delegator_args_test.cpp | 98 for (auto para : paras) { in HWTEST_F() 99 want.SetParam(para.first, para.second); in HWTEST_F() 131 for (auto para : paras) { in HWTEST_F() 132 want.SetParam(para.first, para.second); in HWTEST_F() 161 for (auto para : paras) { in HWTEST_F() 162 want.SetParam(para.first, para.second); in HWTEST_F()
|
H A D | js_test_runner_test.cpp | 109 for (auto para : paras) { in HWTEST_F() 110 want.SetParam(para.first, para.second); in HWTEST_F() 139 for (auto para : paras) { in HWTEST_F() 140 want.SetParam(para.first, para.second); in HWTEST_F() 179 for (auto para : paras) { in HWTEST_F() 180 want.SetParam(para.first, para.second); in HWTEST_F() 219 for (auto para in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/ |
H A D | audio_server_sink_plugin.cpp | 548 paramsSetterMap_[Tag::MIME_TYPE] = [this](const ValueType ¶) { in SetUpMimeTypeSetter() 549 FALSE_RETURN_V_MSG_E(Any::IsSameTypeWith<std::string>(para), Status::ERROR_MISMATCHED_TYPE, in SetUpMimeTypeSetter() 551 mimeType_ = AnyCast<std::string>(para); in SetUpMimeTypeSetter() 559 paramsSetterMap_[Tag::AUDIO_SAMPLE_RATE] = [this](const ValueType ¶) { in SetUpSampleRateSetter() 560 FALSE_RETURN_V_MSG_E(Any::IsSameTypeWith<int32_t>(para), Status::ERROR_MISMATCHED_TYPE, in SetUpSampleRateSetter() 562 if (!AssignSampleRateIfSupported(AnyCast<int32_t>(para))) { in SetUpSampleRateSetter() 574 paramsSetterMap_[Tag::AUDIO_OUTPUT_CHANNELS] = [this](const ValueType ¶) { in SetUpAudioOutputChannelsSetter() 575 FALSE_RETURN_V_MSG_E(Any::IsSameTypeWith<int32_t>(para), Status::ERROR_MISMATCHED_TYPE, in SetUpAudioOutputChannelsSetter() 577 channels_ = AnyCast<uint32_t>(para); in SetUpAudioOutputChannelsSetter() 591 paramsSetterMap_[Tag::MEDIA_BITRATE] = [this](const ValueType ¶) { in SetUpMediaBitRateSetter() [all...] |
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_fsm.c | 104 static bool SyncNegotiationStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para); 106 static bool SyncDevIdStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para); 108 static bool DeviceAuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para); 109 static bool SyncDevInfoStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para); 143 static AuthFsm *TranslateToAuthFsm(FsmStateMachine *fsm, int32_t msgType, MessagePara *para) in TranslateToAuthFsm() argument 158 /* check para */ in TranslateToAuthFsm() 160 msgType != FSM_MSG_DEVICE_DISCONNECTED && msgType != FSM_MSG_STOP_AUTH_FSM) && para == NULL) { in TranslateToAuthFsm() 332 MessagePara *para = (MessagePara *)SoftBusCalloc(sizeof(MessagePara) + len); in NewMessagePara() local 333 if (para == NULL) { in NewMessagePara() 337 para in NewMessagePara() 346 FreeMessagePara(MessagePara *para) FreeMessagePara() argument 625 HandleMsgPostDeviceId(AuthFsm *authFsm, const MessagePara *para) HandleMsgPostDeviceId() argument 921 HandleMsgRecvDeviceId(AuthFsm *authFsm, const MessagePara *para) HandleMsgRecvDeviceId() argument 954 HandleMsgRecvDeviceIdNego(AuthFsm *authFsm, const MessagePara *para) HandleMsgRecvDeviceIdNego() argument 1004 SyncNegotiationStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) SyncNegotiationStateProcess() argument 1031 SyncDevIdStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) SyncDevIdStateProcess() argument 1058 HandleMsgRecvAuthData(AuthFsm *authFsm, const MessagePara *para) HandleMsgRecvAuthData() argument 1095 HandleMsgSaveSessionKey(AuthFsm *authFsm, const MessagePara *para) HandleMsgSaveSessionKey() argument 1129 HandleMsgAuthError(AuthFsm *authFsm, const MessagePara *para) HandleMsgAuthError() argument 1141 HandleMsgRecvDevInfoEarly(AuthFsm *authFsm, const MessagePara *para) HandleMsgRecvDevInfoEarly() argument 1169 HandleMsgAuthFinish(AuthFsm *authFsm, MessagePara *para) HandleMsgAuthFinish() argument 1248 DeviceAuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) DeviceAuthStateProcess() argument 1303 HandleMsgRecvDeviceInfo(AuthFsm *authFsm, const MessagePara *para) HandleMsgRecvDeviceInfo() argument 1350 HandleMsgRecvCloseAck(AuthFsm *authFsm, MessagePara *para) HandleMsgRecvCloseAck() argument 1366 SyncDevInfoStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) SyncDevInfoStateProcess() argument 1456 MessagePara *para = NewMessagePara(data, len); PostMessageToAuthFsm() local 1483 MessagePara *para = NewMessagePara(data, len); PostMessageToAuthFsmByConnId() local [all...] |
/base/update/updater/services/updater_binary/ |
H A D | update_image_patch.h | 40 int32_t GetParam(Uscript::UScriptContext &context, ImagePatchPara ¶);
41 int32_t CreatePatchStream(Uscript::UScriptEnv &env, const ImagePatchPara ¶,
44 std::string GetSourceFile(const ImagePatchPara ¶);
45 int32_t ApplyPatch(const ImagePatchPara ¶, const UpdatePatch::MemMapInfo &srcData,
65 int32_t GetParam(Uscript::UScriptContext &context, CheckPara ¶);
66 int32_t CheckHash(const CheckPara ¶);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_magnifier_shader_filter_test.cpp | 45 auto para = std::make_shared<RSMagnifierParams>(); in HWTEST_F() local 46 auto rsMagnifierShaderFilter = std::make_shared<RSMagnifierShaderFilter>(para); in HWTEST_F() 60 auto para = std::make_shared<RSMagnifierParams>(); in HWTEST_F() local 61 auto rsMagnifierShaderFilter = std::make_shared<RSMagnifierShaderFilter>(para); in HWTEST_F() 87 auto para = std::make_shared<RSMagnifierParams>(); in HWTEST_F() local 88 auto rsMagnifierShaderFilter = std::make_shared<RSMagnifierShaderFilter>(para); in HWTEST_F()
|
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/ |
H A D | remote_auth_context_fuzzer.cpp | 95 Authentication::AuthenticationPara para = {}; in RemoteAuthContextFuzzTest() local 96 para.userId = 0x11; in RemoteAuthContextFuzzTest() 97 para.callerName = "com.ohos.test"; in RemoteAuthContextFuzzTest() 98 para.sdkVersion = sdkVersion; in RemoteAuthContextFuzzTest() 99 para.authType = FACE; in RemoteAuthContextFuzzTest() 100 para.atl = ATL3; in RemoteAuthContextFuzzTest() 101 auto auth = MakeShared<AuthenticationImpl>(newContextId, para); in RemoteAuthContextFuzzTest() 208 ContextFactory::AuthWidgetContextPara para; in FuzzAuthWidgetHelper() local 209 para.userId = MAIN_USER_ID; in FuzzAuthWidgetHelper() 211 AuthWidgetHelper::InitWidgetContextParam(authParam, validType, widgetParam, para); in FuzzAuthWidgetHelper() 253 ContextFactory::AuthWidgetContextPara para; FuzzCheckReuseUnlockResult() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslineargradientblurshaderfilter_fuzzer/ |
H A D | rslineargradientblurshaderfilter_fuzzer.cpp | 98 auto para = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction); in DoCreateRSLinearGradientBlurShaderFilter() local 99 auto filter = std::make_shared<RSLinearGradientBlurShaderFilter>(para, geoWidth, geoHeight); in DoCreateRSLinearGradientBlurShaderFilter() 120 auto para = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction); in DoGenerateGEVisualEffect() local 121 auto filter = std::make_shared<RSLinearGradientBlurShaderFilter>(para, geoWidth, geoHeight); in DoGenerateGEVisualEffect() 148 auto para = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction); in DoSetGeometry() local 149 auto filter = std::make_shared<RSLinearGradientBlurShaderFilter>(para, geoWidth, geoHeight); in DoSetGeometry() 176 auto para = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction); in DoIsOffscreenCanvas() local 177 auto filter = std::make_shared<RSLinearGradientBlurShaderFilter>(para, geoWidth, geoHeight); in DoIsOffscreenCanvas() 204 auto para = std::make_shared<RSLinearGradientBlurPara>(blurRadius, fractionStops, direction); in DoGetLinearGradientBlurRadius() local 205 const auto filter = std::make_shared<RSLinearGradientBlurShaderFilter>(para, geoWidt in DoGetLinearGradientBlurRadius() [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | virtio_crypto.h | 72 struct virtio_crypto_cipher_session_para para; member 95 struct virtio_crypto_hash_session_para para; member 123 struct virtio_crypto_mac_session_para para; member 143 struct virtio_crypto_aead_session_para para; member 165 struct virtio_crypto_alg_chain_session_para para; member 253 struct virtio_crypto_cipher_para para; member 258 struct virtio_crypto_hash_para para; member 263 struct virtio_crypto_mac_para para; member 288 struct virtio_crypto_alg_chain_data_para para; member 302 struct virtio_crypto_aead_para para; member [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | virtio_crypto.h | 73 struct virtio_crypto_cipher_session_para para; member 95 struct virtio_crypto_hash_session_para para; member 121 struct virtio_crypto_mac_session_para para; member 137 struct virtio_crypto_aead_session_para para; member 158 struct virtio_crypto_alg_chain_session_para para; member 220 struct virtio_crypto_cipher_para para; member 224 struct virtio_crypto_hash_para para; member 228 struct virtio_crypto_mac_para para; member 244 struct virtio_crypto_alg_chain_data_para para; member 256 struct virtio_crypto_aead_para para; member [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | virtio_crypto.h | 73 struct virtio_crypto_cipher_session_para para; member 95 struct virtio_crypto_hash_session_para para; member 121 struct virtio_crypto_mac_session_para para; member 137 struct virtio_crypto_aead_session_para para; member 158 struct virtio_crypto_alg_chain_session_para para; member 220 struct virtio_crypto_cipher_para para; member 224 struct virtio_crypto_hash_para para; member 228 struct virtio_crypto_mac_para para; member 244 struct virtio_crypto_alg_chain_data_para para; member 256 struct virtio_crypto_aead_para para; member [all...] |
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_parameters_helper.cpp | 29 napi_value ScanParametersHelper::MakeJsObject(napi_env env, const ScanParameters ¶) in MakeJsObject() argument 33 NapiScanUtils::SetUint32Property(env, jsObj, PARAM_SCAN_PARA_FORMAT, para.GetFormat()); in MakeJsObject() 34 NapiScanUtils::SetBooleanProperty(env, jsObj, PARAM_SCAN_PARA_LAST_FRAME, para.GetLastFrame()); in MakeJsObject() 35 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_SCAN_PARA_BYTES, para.GetBytesPerLine()); in MakeJsObject() 36 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_SCAN_PARA_PIXELS, para.GetPixelsPerLine()); in MakeJsObject() 37 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_SCAN_PARA_LINES, para.GetLines()); in MakeJsObject() 38 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_SCAN_PARA_DEPTH, para.GetDepth()); in MakeJsObject()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_mp.c | 100 SenderThreadPara *para = NULL; in CreateSenderThread() local 102 para = malloc(sizeof(SenderThreadPara)); in CreateSenderThread() 103 if (para == NULL) { in CreateSenderThread() 107 para->session = session; in CreateSenderThread() 108 para->socketIndex = 0; in CreateSenderThread() 109 if (PthreadCreate(&(session->senderTid[0]), NULL, DFileSenderHandle, para)) { in CreateSenderThread() 111 free(para); in CreateSenderThread()
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | hb_fsm_strategy_mock.cpp | 88 int32_t LnnPostSetMediumParamMsgToHbFsm(LnnHeartbeatFsm *hbFsm, const LnnHeartbeatMediumParam *para) in LnnPostSetMediumParamMsgToHbFsm() argument 90 return HeartBeatFSMStrategyInterfaceInstance()->LnnPostSetMediumParamMsgToHbFsm(hbFsm, para); in LnnPostSetMediumParamMsgToHbFsm() 93 int32_t LnnPostCheckDevStatusMsgToHbFsm(LnnHeartbeatFsm *hbFsm, const LnnCheckDevStatusMsgPara *para, in LnnPostCheckDevStatusMsgToHbFsm() argument 96 return HeartBeatFSMStrategyInterfaceInstance()->LnnPostCheckDevStatusMsgToHbFsm(hbFsm, para, delayMillis); in LnnPostCheckDevStatusMsgToHbFsm() 99 int32_t LnnPostScreenOffCheckDevMsgToHbFsm(LnnHeartbeatFsm *hbFsm, const LnnCheckDevStatusMsgPara *para, in LnnPostScreenOffCheckDevMsgToHbFsm() argument 102 return HeartBeatFSMStrategyInterfaceInstance()->LnnPostScreenOffCheckDevMsgToHbFsm(hbFsm, para, delayMillis); in LnnPostScreenOffCheckDevMsgToHbFsm() 142 int32_t LnnPostNextSendOnceMsgToHbFsm(LnnHeartbeatFsm *hbFsm, const LnnProcessSendOnceMsgPara *para, in LnnPostNextSendOnceMsgToHbFsm() argument 145 return HeartBeatFSMStrategyInterfaceInstance()->LnnPostNextSendOnceMsgToHbFsm(hbFsm, para, delayMillis); in LnnPostNextSendOnceMsgToHbFsm()
|
/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_win_requestor.cpp | 47 CallBackPara* para = static_cast<CallBackPara*>(owner); in Callback() local 48 GRAPHIC_LOGD("Callback, funcId = %d", para->funcId); in Callback() 49 switch (para->funcId) { in Callback() 51 LiteWinRequestor* requestor = static_cast<LiteWinRequestor*>(para->data); in Callback() 78 CallBackPara para = {}; in GetSurface() local 79 para.funcId = LiteWMS_GetSurface; in GetSurface() 80 para.data = this; in GetSurface() 81 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_GetSurface, &io, ¶, Callback); in GetSurface()
|
/base/security/crypto_framework/frameworks/js/jsi/src/ |
H A D | jsi_api_common.cpp | 24 JSIValue para[ARRAY_MAX_SIZE] = { params[ARRAY_INDEX_ZERO], params[ARRAY_INDEX_ONE] }; in JsiAsyncCallback() local 25 JSI::CallFunction(args, thisVal, para, paramsNum); in JsiAsyncCallback() 26 JSI::ReleaseValue(para[ARRAY_INDEX_ZERO]); in JsiAsyncCallback() 27 JSI::ReleaseValue(para[ARRAY_INDEX_ONE]); in JsiAsyncCallback()
|
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/ |
H A D | HiAppEventCPPTest.cpp | 83 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":false"}; in HWTEST_F() local 85 result = CheckInfo(para, fileinfo); in HWTEST_F() 119 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":true"}; in HWTEST_F() local 121 result = CheckInfo(para, fileinfo); in HWTEST_F() 154 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_arr_key\":[true,true]"}; in HWTEST_F() local 156 result = CheckInfo(para, fileinfo); in HWTEST_F() 189 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_key\":\"hello\""}; in HWTEST_F() local 191 result = CheckInfo(para, fileinfo); in HWTEST_F() 226 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_arr_key\":[\"hello\",\"world\"]"}; in HWTEST_F() local 228 result = CheckInfo(para, fileinf in HWTEST_F() 261 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"double_key\\":30949.374"}; HWTEST_F() local 296 std::vector<std::string> para = {"test_event", "\\"type_\\":2", "\\"double_arr_key\\":[123.22,30949.374,131312.46464]"}; HWTEST_F() local 331 std::vector<std::string> para = {"test_event", "\\"type_\\":2", "\\"float_key\\":234.5"}; HWTEST_F() local 366 std::vector<std::string> para = {"test_event", "\\"type_\\":2", "\\"float_arr_key\\":[123.22", "234.5", "131312.46"}; HWTEST_F() local 401 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int8_key\\":1"}; HWTEST_F() local 436 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int8_arr_key\\":[1,10,100]"}; HWTEST_F() local 471 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int16_key\\":1"}; HWTEST_F() local 506 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int16_arr_key\\":[1,1000,5000]"}; HWTEST_F() local 541 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int32_key\\":1"}; HWTEST_F() local 576 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int32_arr_key\\":[1,100000,500000]"}; HWTEST_F() local 611 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int64_key\\":1"}; HWTEST_F() local 646 std::vector<std::string> para = {"test_event", "\\"type_\\":3", "\\"int64_arr_key\\":[1,10000000,50000000]"}; HWTEST_F() local 688 std::vector<std::string> para = {"test_event", "\\"type_\\":4"}; HWTEST_F() local 726 std::vector<std::string> para = {"test_event", "\\"type_\\":4"}; HWTEST_F() local 827 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"key31\\":\\"value31\\"", "\\"key15\\":\\"value15\\""}; HWTEST_F() local 862 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local 897 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local 932 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local 972 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local 1007 std::vector<std::string> para = {"test_event", "\\"type_\\":1"}; HWTEST_F() local 1050 std::vector<std::string> para = {"test_event", "\\"type_\\":4", "\\"str_arr_key\\":[\\"hello_world_0\\",\\"hello_world_1\\",\\"hello_world_2\\"", "hello_world_99"}; HWTEST_F() local 1092 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"key31\\":\\"value31\\"","\\"key15\\":\\"value15\\"","\\"key0\\":\\"value0\\""}; HWTEST_F() local 1145 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"key31\\":\\"value31\\"","\\"key15\\":\\"value15\\"","\\"key0\\":\\"value0\\""}; HWTEST_F() local 1194 std::vector<std::string> para = {"test_event", "\\"type_\\":1", "\\"key31\\":\\"value31\\"","\\"key15\\":\\"value15\\"","\\"key0\\":\\"value0\\""}; HWTEST_F() local [all...] |