| /foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
| H A D | blob.h | 129 * @param n the number of byte(n < {@link size_t Size()}) 160 * @param blob The input blob value. 167 * @param cursorPtr The pointer of the buffer. 168 * @param bufferLeftSize The size of unused buffer. 175 * @param cursorPtr The pointer of the buffer. 176 * @param bufferLeftSize The available buffer.
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| H A D | abs_shared_result_set.h | 45 * @param tableName Indicates the table name of the database.
60 * @param columnIndex Indicates the specified column index, which starts from 0.
72 * @param columnIndex Indicates the specified column index, which starts from 0.
81 * @param columnIndex Indicates the zero-based index of the target column.
88 * @param columnIndex Indicates the specified column index, which starts from 0.
97 * @param position Indicates the specified column index, which starts from 0.
|
| /foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/ |
| H A D | av_receiver_engine_adapter_test.cpp | 93 std::string param = "param"; in HWTEST_F() local 95 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, receiverAdapter_->SetParameter(AVTransTag::AUDIO_SAMPLE_RATE, param)); in HWTEST_F() 106 std::string param = "param"; in HWTEST_F() local 109 EXPECT_EQ(DH_SUCCESS, receiverAdapter_->SetParameter(AVTransTag::AUDIO_SAMPLE_RATE, param)); in HWTEST_F()
|
| /foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosinktest/src/ |
| H A D | daudio_sink_handler_test.cpp | 50 const std::string param = "DAudioSinkHandlerTest"; in HWTEST_F() local 51 int32_t ret = DAudioSinkHandler::GetInstance().SubscribeLocalHardware(dhId, param); in HWTEST_F() 68 const std::string param = "DAudioSinkHandlerTest"; in HWTEST_F() local 69 int32_t ret = DAudioSinkHandler::GetInstance().SubscribeLocalHardware(dhId, param); in HWTEST_F() 84 const std::string param = "DAudioSinkHandlerTest"; in HWTEST_F() local 86 int32_t ret = DAudioSinkHandler::GetInstance().SubscribeLocalHardware(dhId, param); in HWTEST_F()
|
| /foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/ |
| H A D | av_receiver_engine_adapter_test.cpp | 92 std::string param = "param"; in HWTEST_F() local 93 EXPECT_EQ(ERR_DH_AV_TRANS_NULL_VALUE, receiverAdapter_->SetParameter(AVTransTag::VIDEO_FRAME_RATE, param)); in HWTEST_F() 104 std::string param = "param"; in HWTEST_F() local 106 EXPECT_EQ(DH_SUCCESS, receiverAdapter_->SetParameter(AVTransTag::VIDEO_FRAME_RATE, param)); in HWTEST_F()
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
| H A D | network_agent_template.cpp | 84 LOGE("error json int32_t param."); in ConnectOnlineDevices() 155 void NetworkAgentTemplate::GetSessionProcess(NotifyParam ¶m) in GetSessionProcess() argument 158 &NetworkAgentTemplate::GetSessionProcessInner, param); in GetSessionProcess() 163 void NetworkAgentTemplate::GetSessionProcessInner(NotifyParam param) in GetSessionProcessInner() argument 165 string cidStr(param.remoteCid, CID_MAX_LEN); in GetSessionProcessInner() 166 int fd = param.fd; in GetSessionProcessInner()
|
| /foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/ |
| H A D | napi_utils.cpp | 69 HILOG_ERROR("FileFilter get suffix param fail."); in GetSuffix() 89 HILOG_ERROR("FileFilter get displayName param fail."); in GetDisplayName() 107 HILOG_ERROR("FileFilter get mimeType param fail."); in GetMimeType() 125 HILOG_ERROR("FileFilter get fileSizeOver param fail."); in GetFileSize() 146 HILOG_ERROR("FileFilter get lastModifiedAfter param fail."); in GetLastMod() 167 HILOG_ERROR("FileFilter get excludeMedia param fail."); in GetexcludeMedia()
|
| /test/xts/acts/ability/ability_runtime/faapicover/faapicoverhaptest/entry/src/main/ets/test/ |
| H A D | ApiCoverAbility.test.ets | 64 expect("ohos.extra.param.key.form_dimension").assertEqual(FormInfo.FormParam.DIMENSION_KEY) 65 expect("ohos.extra.param.key.form_name").assertEqual(FormInfo.FormParam.NAME_KEY) 66 expect("ohos.extra.param.key.module_name").assertEqual(FormInfo.FormParam.MODULE_NAME_KEY) 67 expect("ohos.extra.param.key.form_width").assertEqual(FormInfo.FormParam.WIDTH_KEY) 68 expect("ohos.extra.param.key.form_height").assertEqual(FormInfo.FormParam.HEIGHT_KEY) 69 expect("ohos.extra.param.key.form_temporary").assertEqual(FormInfo.FormParam.TEMPORARY_KEY)
|
| /test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/ |
| H A D | web_api_9.ets | 77 console.info("x coord = " + event.param.x()); 78 console.info("x coord = " + event.param.y()); 79 console.info("link url = " + event.param.getLinkUrl()); 80 console.info("source url = " + event.param.getSourceUrl()); 81 console.info("source url = " + event.param.getUnfilteredLinkUrl()); 82 console.info("source url = " + event.param.existsImageContents());
|
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_navigation/ace_ets_module_navigation_api12/entry/src/main/ets/MainAbility/pages/Navigation/ |
| H A D | NavPathStack23.ets | 33 pushPathByName1(name: string, param: ESObject, animated?: boolean | undefined): void{
34 super.pushPathByName(name,param,animated)
36 pushPathByName2(name: string, param: ESObject, onPop:Callback<PopInfo> , animated?: boolean | undefined): void{
37 super.pushPathByName(name,param,onPop,animated)
50 class param{
187 this.derivedStack.pushPathByName2('pageThree',new param('ok'),(popInfo) => {
|
| /test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_global/ace_ets_module_global_api11/entry/src/main/ets/MainAbility/pages/web/ |
| H A D | web_api_9.ets | 77 console.info("x coord = " + event.param.x()); 78 console.info("x coord = " + event.param.y()); 79 console.info("link url = " + event.param.getLinkUrl()); 80 console.info("source url = " + event.param.getSourceUrl()); 81 console.info("source url = " + event.param.getUnfilteredLinkUrl()); 82 console.info("source url = " + event.param.existsImageContents());
|
| /test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_global/ace_ets_module_global_api11/entry/src/main/ets/test/webTest/ |
| H A D | web_api_9.ets | 77 console.info("x coord = " + event.param.x()); 78 console.info("x coord = " + event.param.y()); 79 console.info("link url = " + event.param.getLinkUrl()); 80 console.info("source url = " + event.param.getSourceUrl()); 81 console.info("source url = " + event.param.getUnfilteredLinkUrl()); 82 console.info("source url = " + event.param.existsImageContents());
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | resolvndk.cpp | 56 int param = PARAM_0;
in ResMkquery() local 57 napi_get_value_int32(env, args[0], ¶m);
in ResMkquery() 66 if (param == PARAM_UNNORMAL) {
in ResMkquery() 86 int param = PARAM_0;
in ResQuery() local 87 napi_get_value_int32(env, args[0], ¶m);
in ResQuery() 95 if (param == PARAM_UNNORMAL) {
in ResQuery()
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/ohosTest/ets/test/ |
| H A D | UioNdk.test.ets | 38 let param = -1;
39 let result: number = uio.readv(param);
54 let param = 0;
55 let result: number = uio.readv(param);
70 let param = -1;
71 let result: number = uio.writev(param);
|
| /test/xts/tools/sample/AppSampleD/entry/src/ohosTest/ets/test/ |
| H A D | Index.test.ets | 179 * @param id 189 * @param text 200 * @param id 201 * @param msg 212 * @param text 213 * @param log
|
| /third_party/ffmpeg/libavutil/ |
| H A D | error.h | 93 * @param errnum error code to describe 94 * @param errbuf buffer to which description is written 95 * @param errbuf_size the size in bytes of errbuf 105 * @param errbuf a buffer 106 * @param errbuf_size size in bytes of errbuf 107 * @param errnum error code to describe
|
| /third_party/glslang/Test/baseResults/ |
| H A D | web.array.frag.out | 17 OpName %param "param" 19 OpName %param_0 "param" 55 %param = OpVariable %_ptr_Function__arr_float_uint_5 Function 59 OpStore %param %39 60 %40 = OpFunctionCall %_arr_float_uint_4 %foo_f1_5__ %param
|
| /third_party/curl/lib/ |
| H A D | cf-socket.h | 154 * @param psock pointer to hold socket descriptor or NULL 155 * @param paddr pointer to hold addr reference or NULL 156 * @param pr_ip_str pointer to hold remote addr as string or NULL 157 * @param pr_port pointer to hold remote port number or NULL 158 * @param pl_ip_str pointer to hold local addr as string or NULL 159 * @param pl_port pointer to hold local port number or NULL
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | unewdata.h | 45 * @param dir A string that specifies the directory where the data will be 48 * @param type A string that specifies the type of data to be written. 52 * @param name A string that specifies the name of the data. 53 * @param pInfo A pointer to a correctly filled <code>UDataInfo</code> 55 * @param comment A string (e.g., a copyright statement) that will be 59 * @param pErrorCode An ICU UErrorCode parameter. It must not be <code>NULL</code>.
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | SortedSetRelation.java | 67 * @param a first set 68 * @param allow filter, using ANY, CONTAINS, etc. 69 * @param b second set 137 * @param a first set 138 * @param relation the relation filter, using ANY, CONTAINS, etc. 139 * @param b second set
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | CompactDecimalFormat.java | 88 * @param locale the desired locale 89 * @param style the compact style 103 * @param locale the desired locale 104 * @param style the compact style 114 * @param locale the desired locale 115 * @param style the compact style
|
| H A D | UnicodeMatcher.java | 80 * @param text the text to be matched 81 * @param offset on input, the index into text at which to begin 87 * @param limit the limit index of text to be matched. Greater 93 * @param incremental if true, then assume further characters may 110 * @param escapeUnprintable if true then convert unprintable 134 * @param toUnionTo the set into which to union the source characters
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | wakelock.h | 68 * @param lock [IN] Type #struct wake_lock struct of the lock. 90 * @param lock [IN] Type #struct wake_lock struct of the lock. 112 * @param lock [IN] Type #struct wake_lock struct of the lock. 135 * @param lock [IN] Type #struct wake_lock struct of the lock. 136 * @param type [IN] Type #int type of the new wakelock,not supported now. 137 * @param name [IN] Type #const char name of the new wakelock.
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| H A D | NormalizerData.java | 37 * @param ch the source character 47 * @param first first character (e.g. 'c') 48 * @param second second character (e.g. \u0327 cedilla) 59 * @param canonical If true 63 * @param ch the source character 64 * @param buffer buffer to be filled with the decomposition
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
| H A D | LocaleMapper.java | 36 * @param icuData the ICU data to be filled in. 37 * @param unresolved the unresolved CLDR source data (to determine which paths to add). 38 * @param resolved the resolved CLDR source data (from which the actual data is processed). 39 * @param icuSpecialData additional ICU data (in the "icu:" namespace) 40 * @param transformer the transformer to match and transform each CLDR path/value pair. 41 * @param defaultCalendar the default calendar (obtained separately from supplemental data).
|