Home
last modified time | relevance | path

Searched full:para (Results 226 - 250 of 1270) sorted by relevance

12345678910>>...51

/third_party/icu/tools/release/java/src/main/resources/com/ibm/icu/dev/tools/docs/
H A DdumpAllCFunc.xslt29 <xsl:attribute name="status"><xsl:value-of select="detaileddescription/para/xrefsect/xreftitle/text()"/></xsl:attribute>
30 <xsl:attribute name="version"><xsl:value-of select="detaileddescription/para/xrefsect/xrefdescription/para/text()"/></xsl:attribute>
41 <xsl:attribute name="status"><xsl:value-of select="detaileddescription/para/xrefsect/xreftitle/text()"/></xsl:attribute>
42 <xsl:attribute name="version"><xsl:value-of select="detaileddescription/para/xrefsect/xrefdescription/para/text()"/></xsl:attribute>
63 <xsl:variable name="enum_status" select="detaileddescription/para/xrefsect/xreftitle/text()"/>
64 <xsl:variable name="enum_version" select="detaileddescription/para/xrefsect/xrefdescription/para/text()"/>
88 <xsl:when test="detaileddescription/para/xrefsec
[all...]
/applications/sample/wifi-iot/app/demolink/
H A Ddemosdk_adapter.c23 int DemoSdkCreateTask(unsigned int *handle, const struct TaskPara *para) in DemoSdkCreateTask() argument
27 if (handle == 0 || para == 0) { in DemoSdkCreateTask()
31 if (para->func == 0) { in DemoSdkCreateTask()
35 if (para->name == 0) { in DemoSdkCreateTask()
39 attr.name = para->name; in DemoSdkCreateTask()
40 attr.priority = para->prio; in DemoSdkCreateTask()
41 attr.stack_size = para->size; in DemoSdkCreateTask()
42 threadId = osThreadNew((osThreadFunc_t)para->func, para->arg, &attr); in DemoSdkCreateTask()
/foundation/filemanagement/app_file_service/services/
H A DBUILD.gn19 ":backup.para",
20 ":backupservice.para",
21 ":backupservice.para.dac",
37 ohos_prebuilt_etc("backup.para") {
38 source = "backup.para"
45 ohos_prebuilt_etc("backupservice.para") {
46 source = "backupservice.para"
52 ohos_prebuilt_etc("backupservice.para.dac") {
53 source = "backupservice.para.dac"
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c157 int32_t PostJoinRequestToConnFsm(LnnConnectionFsm *connFsm, const JoinLnnMsgPara *para, bool needReportFailure) in PostJoinRequestToConnFsm() argument
159 if (para == NULL) { in PostJoinRequestToConnFsm()
167 connFsm = FindConnectionFsmByAddr(&para->addr, false); in PostJoinRequestToConnFsm()
169 if (connFsm == NULL || connFsm->isDead || CheckRemoteBasicInfoChanged(para->dupInfo)) { in PostJoinRequestToConnFsm()
170 connFsm = StartNewConnectionFsm(&para->addr, para->pkgName, para->isNeedConnect); in PostJoinRequestToConnFsm()
172 connFsm->connInfo.dupInfo = (para->dupInfo == NULL) ? NULL : DupNodeInfo(para->dupInfo); in PostJoinRequestToConnFsm()
179 LnnNotifyJoinResult((ConnectionAddr *)&para in PostJoinRequestToConnFsm()
203 JoinLnnMsgPara para; TryRemovePendingJoinRequest() local
539 DeviceVerifyPassMsgPara *para = NULL; OnDeviceVerifyPass() local
582 AuthHandle *para = NULL; OnDeviceDisconnect() local
[all...]
/third_party/eudev/man/
H A Dudev.conf.xml52 <para><filename>/etc/udev/udev.conf</filename></para>
58 <para>
65 </para>
72 <para>The log level. Valid values are the numerical
75 <option>debug</option>.</para>
80 <para>
84 </para>
89 <para>
93 </para>
[all...]
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
H A DHiAppEventCPPTest.cpp83 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...]
/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp34 const WidgetParam &widgetParam, ContextFactory::AuthWidgetContextPara &para) 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 &para, in CheckReuseUnlockResult() argument
184 para in CheckReuseUnlockResult()
33 InitWidgetContextParam(const AuthParamInner &authParam, std::vector<AuthType> &validType, const WidgetParam &widgetParam, ContextFactory::AuthWidgetContextPara &para) InitWidgetContextParam() argument
[all...]
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp311 FILE *DumpFileUtil::OpenDumpFileInner(std::string para, std::string fileName) in OpenDumpFileInner() argument
321 bool res = GetSysPara(para.c_str(), dumpPara); in OpenDumpFileInner()
323 DHLOGI("%{public}s is not set, dump dcamera is not required", para.c_str()); in OpenDumpFileInner()
324 g_lastPara[para] = dumpPara; in OpenDumpFileInner()
327 DHLOGD("%{public}s = %{public}s, filePath: %{public}s", para.c_str(), dumpPara.c_str(), path); in OpenDumpFileInner()
335 g_lastPara[para] = dumpPara; in OpenDumpFileInner()
357 void DumpFileUtil::ChangeDumpFileState(std::string para, FILE **dumpFile, std::string filePath) in ChangeDumpFileState() argument
359 CHECK_AND_RETURN_LOG(*dumpFile == nullptr, "Invalid file para"); in ChangeDumpFileState()
360 CHECK_AND_RETURN_LOG(g_lastPara[para] != "w" || g_lastPara[para] ! in ChangeDumpFileState()
373 OpenDumpFile(std::string para, std::string fileName, FILE **file) OpenDumpFile() argument
[all...]
/third_party/typescript/lib/pt-br/
H A DdiagnosticMessages.generated.json10 "A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement_1116": "Uma instrução 'break' só pode saltar para um rótulo de uma instrução de circunscrição.",
29 "A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement_1115": "Uma instrução 'continue' só pode saltar para um rótulo de uma instrução de iteração de circunscrição.",
37 "A_dynamic_import_call_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declarat_2712": "Uma chamada de importação dinâmica em ES5/ES3 requer o construtor 'Promise'. Verifique se você tem uma declaração para o construtor 'Promise' ou inclua 'ES2015' na sua opção '--lib'.",
38 "A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711": "Uma chamada de importação dinâmica retorna um 'Promise'. Verifique se você tem uma declaração para 'Promise' ou inclua 'ES2015' na sua opção '--lib'.",
61 "A_non_dry_build_would_update_timestamps_for_output_of_project_0_6374": "Um build não -dry atualizaria carimbos de data/hora para a saída do projeto '{0}'",
84 "A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl_6167": "Uma série de entradas que o remapeamento importa para pesquisar locais relativos a 'baseUrl'.",
90 "A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556": "Um argumento de espalhamento deve ter um tipo de tupla ou ser passado para um parâmetro Rest.",
103 "A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods_1228": "O predicado de tipo só é permitido na posição de tipo de retorno para funções e métodos.",
104 "A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type_2677": "O tipo de um predicado de tipo deve ser atribuível para o tipo de seu parâmetro.",
112 "Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056": "Os acessadores somente estão disponíveis no direcionamento para ECMAScrip
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp548 paramsSetterMap_[Tag::MIME_TYPE] = [this](const ValueType &para) { 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 &para) { 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 &para) { 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 &para) { in SetUpMediaBitRateSetter()
[all...]
/base/security/device_security_level/services/dslm/
H A Ddslm_fsm_process.c61 static bool ProcessDeviceOnline(const StateMachine *machine, uint32_t event, const void *para);
62 static bool ProcessSendCredRequest(const StateMachine *machine, uint32_t event, const void *para);
63 static bool ProcessSdkRequest(const StateMachine *machine, uint32_t event, const void *para);
64 static bool ProcessSendRequestFailed(const StateMachine *machine, uint32_t event, const void *para);
65 static bool ProcessDeviceOffline(const StateMachine *machine, uint32_t event, const void *para);
66 static bool ProcessVerifyCredMessage(const StateMachine *machine, uint32_t event, const void *para);
67 static bool ProcessSdkTimeout(const StateMachine *machine, uint32_t event, const void *para);
193 static bool ProcessDeviceOnline(const StateMachine *machine, uint32_t event, const void *para) in ProcessDeviceOnline() argument
197 if (para != NULL) { in ProcessDeviceOnline()
198 deviceAttributes = *(uint32_t *)para; in ProcessDeviceOnline()
222 ProcessSendCredRequest(const StateMachine *machine, uint32_t event, const void *para) ProcessSendCredRequest() argument
229 ProcessSdkRequest(const StateMachine *machine, uint32_t event, const void *para) ProcessSdkRequest() argument
271 ProcessSendRequestFailed(const StateMachine *machine, uint32_t event, const void *para) ProcessSendRequestFailed() argument
291 ProcessDeviceOffline(const StateMachine *machine, uint32_t event, const void *para) ProcessDeviceOffline() argument
302 ProcessVerifyCredMessage(const StateMachine *machine, uint32_t event, const void *para) ProcessVerifyCredMessage() argument
323 ProcessSdkTimeout(const StateMachine *machine, uint32_t event, const void *para) ProcessSdkTimeout() argument
420 ScheduleDslmStateMachine(DslmDeviceInfo *info, uint32_t event, const void *para) ScheduleDslmStateMachine() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.cpp111 CometParam para; in UpdateCometAnimation()
112 para.angular = value; in UpdateCometAnimation()
114 loading->cometParams_.emplace_back(para); in UpdateCometAnimation()
159 CometParam para; in DoCometTailAnimation()
160 para.angular = value - curStep; in DoCometTailAnimation()
161 loading->cometParams_.emplace_back(para); in DoCometTailAnimation()
196 for (auto& para : loading->cometParams_) { in DoCometLoopAnimation()
197 para.angular = value - count * step; in DoCometLoopAnimation()
223 for (auto& para : cometParams_) { in UpdateCometParams()
225 para in UpdateCometParams()
321 CometParam para; SetDragDistance() local
[all...]
/base/powermgr/display_manager/state_manager/service/etc/
H A DBUILD.gn17 ## Install display.para to /system/etc/param/display.para
18 ohos_prebuilt_etc("display.para") {
19 source = "display.para"
25 ohos_prebuilt_etc("display.para.dac") {
26 source = "display.para.dac"
34 ":display.para",
35 ":display.para.dac",
/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_helper.cpp30 NodeOptionalPara para; in BuildFromHdi() local
31 return BuildFromHdi(infos, callback, nodes, para); in BuildFromHdi()
36 const NodeOptionalPara &para) in BuildFromHdi()
42 if (!ScheduleInfoToScheduleNode(info, node, para, callback)) { in BuildFromHdi()
54 const NodeOptionalPara &para, const std::shared_ptr<ScheduleNodeCallback> &callback) in ScheduleInfoToScheduleNode()
79 if (para.tokenId.has_value()) { in ScheduleInfoToScheduleNode()
80 builder->SetAccessTokenId(para.tokenId.value()); in ScheduleInfoToScheduleNode()
88 ->SetExpiredTime(para.expire.value_or(0)) in ScheduleInfoToScheduleNode()
89 ->SetPinSubType(para.pinSubType.value_or(PinSubType::PIN_MAX)) in ScheduleInfoToScheduleNode()
91 ->SetEndAfterFirstFail(para in ScheduleInfoToScheduleNode()
34 BuildFromHdi(const std::vector<HdiScheduleInfo> &infos, std::shared_ptr<ScheduleNodeCallback> callback, std::vector<std::shared_ptr<ScheduleNode>> &nodes, const NodeOptionalPara &para) BuildFromHdi() argument
53 ScheduleInfoToScheduleNode(const HdiScheduleInfo &info, std::shared_ptr<ScheduleNode> &node, const NodeOptionalPara &para, const std::shared_ptr<ScheduleNodeCallback> &callback) ScheduleInfoToScheduleNode() argument
[all...]
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAacDemuxerPlugin.cpp53 ValueType para; in HWTEST() local
54 auto channelLayoutStatus = aacDemuxerPlugin->GetParameter(Tag::AUDIO_CHANNEL_LAYOUT, para); in HWTEST()
56 auto mediaTypeStatus = aacDemuxerPlugin->GetParameter(Tag::MEDIA_TYPE, para); in HWTEST()
58 auto sampleRateStatus = aacDemuxerPlugin->GetParameter(Tag::AUDIO_SAMPLE_RATE, para); in HWTEST()
60 auto bitrateStatus = aacDemuxerPlugin->GetParameter(Tag::MEDIA_BITRATE, para); in HWTEST()
62 auto channelsStatus = aacDemuxerPlugin->GetParameter(Tag::AUDIO_CHANNELS, para); in HWTEST()
64 auto trackIdStatus = aacDemuxerPlugin->GetParameter(Tag::TRACK_ID, para); in HWTEST()
66 auto mimeStatus = aacDemuxerPlugin->GetParameter(Tag::MIME, para); in HWTEST()
68 auto streamFormatStatus = aacDemuxerPlugin->GetParameter(Tag::AUDIO_AAC_STREAM_FORMAT, para); in HWTEST()
70 auto mpegVersionStatus = aacDemuxerPlugin->GetParameter(Tag::AUDIO_MPEG_VERSION, para); in HWTEST()
[all...]
H A DTestMiniMp4DemuxerPlugin.cpp53 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 DTestWavDemuxerPlugin.cpp53 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/multimedia/ringtone_library/services/
H A DBUILD.gn86 ":ringtone_param.para.dac",
87 ":ringtone_scanner_param.para",
89 ":ringtone_setting_notifications.para",
90 ":ringtone_setting_ringtones.para",
91 ":ringtone_setting_shots.para",
352 ohos_prebuilt_etc("ringtone_scanner_param.para") {
353 source = "etc/ringtone_scanner_param.para"
359 ohos_prebuilt_etc("ringtone_setting_notifications.para") {
360 source = "etc/ringtone_setting_notifications.para"
366 ohos_prebuilt_etc("ringtone_setting_ringtones.para") {
[all...]
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_strategy_manager_test.cpp69 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/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Djs_test_runner_test.cpp109 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/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c35 LNN_LOGE(LNN_LEDGER, "para error"); in LnnHasDiscoveryType()
75 LNN_LOGE(LNN_LEDGER, "para error"); in LnnSetDiscoveryType()
85 LNN_LOGE(LNN_LEDGER, "para error"); in LnnClearDiscoveryType()
95 LNN_LOGE(LNN_LEDGER, "para error"); in LnnIsNodeOnline()
104 LNN_LOGE(LNN_LEDGER, "para error"); in LnnSetNodeConnStatus()
113 LNN_LOGE(LNN_LEDGER, "para error"); in LnnGetBtMac()
122 LNN_LOGE(LNN_LEDGER, "PARA ERROR"); in LnnSetBtMac()
133 LNN_LOGE(LNN_LEDGER, "PARA ERROR"); in LnnGetBleMac()
142 LNN_LOGE(LNN_LEDGER, "PARA ERROR"); in LnnSetBleMac()
153 LNN_LOGE(LNN_LEDGER, "para erro in LnnGetNetIfName()
[all...]
/base/security/device_security_level/baselib/utils/src/
H A Dutils_state_machine.c25 const void *para; member
51 static inline void PushPendingEvent(StateMachine *machine, uint32_t event, const void *para) in PushPendingEvent() argument
58 pending->para = para; in PushPendingEvent()
62 static inline bool PopPendingEvent(StateMachine *machine, uint32_t *event, const void **para) in PopPendingEvent() argument
71 *para = pending->para; in PopPendingEvent()
76 void ScheduleMachine(const StateNode *nodes, uint32_t nodeCnt, StateMachine *machine, uint32_t event, const void *para) in ScheduleMachine() argument
86 PushPendingEvent(machine, event, para); in ScheduleMachine()
97 result = node->process(machine, event, para); in ScheduleMachine()
[all...]
/third_party/backends/backend/
H A Dxerox_mfp.c365 dev->para.pixels_per_line, dev->para.lines, in dev_stop()
661 dev->para.last_frame = SANE_TRUE; in set_parameters()
662 dev->para.lines = -1; in set_parameters()
670 dev->para.pixels_per_line = dev->win_width / px_to_len; in set_parameters()
671 dev->para.bytes_per_line = dev->para.pixels_per_line; in set_parameters()
681 dev->para.lines = dev->win_len / px_to_len; in set_parameters()
684 dev->para.format = SANE_FRAME_GRAY; in set_parameters()
685 dev->para in set_parameters()
1173 sane_get_parameters(SANE_Handle h, SANE_Parameters *para) sane_get_parameters() argument
[all...]
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_mfcc.cpp54 int32_t ConversionMfcc::Init(uint32_t numBins, uint32_t numCoeffs, const MfccInputPara &para) in Init() argument
56 if ((numBins <= 0) || (numCoeffs <= 0) || para.nMels > MEL_FILTERS_OR_COEFFS_MAX || in Init()
58 SEN_HILOGE("Invalid parameter, para.nMels:%{public}d, numCoeffs:%{public}d", para.nMels, numCoeffs); in Init()
61 numFilters_ = para.nMels; in Init()
63 minFreq_ = para.minFreq; in Init()
64 maxFreq_ = para.maxFreq; in Init()
65 sampleRate_ = para.sampleRate; in Init()
213 int32_t ConversionMfcc::FiltersMel(int32_t nFft, MfccInputPara para, in FiltersMel() argument
220 int32_t sr = para in FiltersMel()
[all...]
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp95 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...]

Completed in 42 milliseconds

12345678910>>...51