Home
last modified time | relevance | path

Searched full:param (Results 7276 - 7300 of 21786) sorted by relevance

1...<<291292293294295296297298299300>>...872

/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Dfuzz_test.cpp50 * @tc.desc : param fuzz test
70 * @tc.desc : param fuzz test
90 * @tc.desc : param fuzz test
118 * @tc.desc : param fuzz test
146 * @tc.desc : param fuzz test
180 * @tc.desc : param fuzz test
217 * @tc.desc : param fuzz test
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_message_service.c65 TRANS_LOGW(TRANS_BYTES, "Invalid param"); in SendBytes()
117 TRANS_LOGW(TRANS_MSG, "Invalid param"); in SendMessage()
156 int SendStream(int sessionId, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) in SendStream() argument
158 if ((data == NULL) || (ext == NULL) || (param == NULL)) { in SendStream()
159 TRANS_LOGW(TRANS_STREAM, "Invalid param"); in SendStream()
192 return ClientTransChannelSendStream(channelId, type, data, ext, param); in SendStream()
198 TRANS_LOGW(TRANS_FILE, "Invalid param"); in SendFile()
/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dtrans_dfx_test.cpp145 * @tc.desc: Verify SoftBusTransDumpHandler function, use valid param, return SOFTBUS_OK.
166 * @tc.desc: Verify SoftBusTransDumpHandler function, use hidumperHandler use valid param, return SOFTBUS_OK,
167 * but the TransRegisterSessionTest2() and TransRunningSessionInfo2 use invalid param, test error switch
187 * @tc.desc: Verify SoftBusTransDumpHandler function, use hidumperHandler use valid param, return SOFTBUS_OK,
188 * but the TransRegisterSessionTest2() and TransRunningSessionInfo2 use invalid param, test error switch
212 * @tc.desc: Verify SoftBusRegTransVarDump function, use hidumperHandler use valid param, return SOFTBUS_INVALID_PARAM.
230 * @tc.desc: Verify SoftBusTransDumpRegisterSession function, use hidumperHandler use valid param, return
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation_exchange.c58 TRANS_LOGW(TRANS_CTRL, "invalid param."); in TransUnpackReplyErrInfo()
71 TRANS_LOGW(TRANS_CTRL, "invalid param."); in TransUnpackReplyUdpInfo()
121 TRANS_CHECK_AND_RETURN_RET_LOGW(msg != NULL, SOFTBUS_INVALID_PARAM, TRANS_CTRL, "Invalid param"); in TransUnpackRequestUdpInfo()
122 TRANS_CHECK_AND_RETURN_RET_LOGW(appInfo != NULL, SOFTBUS_INVALID_PARAM, TRANS_CTRL, "Invalid param"); in TransUnpackRequestUdpInfo()
169 TRANS_LOGW(TRANS_CTRL, "invalid param."); in TransPackRequestUdpInfo()
220 TRANS_LOGW(TRANS_CTRL, "invalid param."); in TransPackReplyUdpInfo()
252 TRANS_LOGW(TRANS_CTRL, "invalid param."); in TransPackReplyErrInfo()
/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp54 ErrorLog("json param not array, or has no field \"checkApdus\", index = %{public}d", index); in GetCheckApduFromJson()
65 ErrorLog("json param not string"); in GetCheckApduFromJson()
77 WarnLog("json param not array, or has no field \"balanceApdus\", index = %{public}d", index); in GetBalanceApduFromJson()
87 ErrorLog("json param not string"); in GetBalanceApduFromJson()
108 ErrorLog("json param not string, or has no field \"name\", index = %{public}d", index); in GetEachCardInfoFromJson()
115 WarnLog("json param not string, or has no field \"aid\", index = %{public}d", index); in GetEachCardInfoFromJson()
132 WarnLog("json param not string, or has no fild \"rspContain\", index = %{public}d", index); in GetEachCardInfoFromJson()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp225 auto permissionCallback = [endpoint](const DistributedDB::PermissionCheckParam &param, uint8_t flag) -> bool { in SetEndpoint()
227 std::move(param.userId), std::move(param.appId), std::move(param.storeId), std::move(param.deviceId), in SetEndpoint()
228 std::move(param.instanceId), std::move(param.extraConditions) in SetEndpoint()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_service.cpp149 const EnableParam &param, const std::string &reqId) in RegisterDistributedHardware()
151 DHLOGI("Register source distributed screen, peer dscreen version: %{public}s", param.sinkVersion.c_str()); in RegisterDistributedHardware()
153 if (IsSupportAVTransEngine(param.sinkVersion)) { in RegisterDistributedHardware()
154 ret = V2_0::DScreenManager::GetInstance().EnableDistributedScreen(devId, dhId, param, reqId); in RegisterDistributedHardware()
156 ret = V1_0::DScreenManager::GetInstance().EnableDistributedScreen(devId, dhId, param, reqId); in RegisterDistributedHardware()
160 "param attrs: %{public}s", GetAnonyString(devId).c_str(), GetAnonyString(dhId).c_str(), in RegisterDistributedHardware()
161 GetAnonyString(reqId).c_str(), param.sinkAttrs.c_str()); in RegisterDistributedHardware()
148 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam &param, const std::string &reqId) RegisterDistributedHardware() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.h38 * @param address Device address.
69 * @param msg The message.
86 * @param fromState The previous state.
87 * @param toState The current state.
88 * @param reason Reason for change status.
115 * @param what Service event number.
130 * @param isRemoving removing mark.
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_utils.cpp281 bool ParseString(napi_env env, std::string &param, napi_value args) in ParseString() argument
286 HILOGI("param=%{public}d.", valuetype); in ParseString()
295 param = ""; in ParseString()
298 param.reserve(size + 1); in ParseString()
299 param.resize(size); in ParseString()
300 if (napi_get_value_string_utf8(env, args, param.data(), (size + 1), &size) != napi_ok) { in ParseString()
302 param = ""; in ParseString()
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_UIContext/ace_ets_module_UIContext_api12/entry/src/ohosTest/ets/MainAbility/pages/atomicservice/
H A DPageOne.ets28 export function PageOneBuilder(name: string, param: Object) {
51 this.helper.pushPath('hsptest2', { name: 'pageTwo', param: new ParamWithOp(), onPop: (popInfo: PopInfo) => {
65 this.helper.pushPath('hsptest2', { name: 'pageTwo', param: new ParamWithOp(), onPop: (popInfo: PopInfo) => {
109 this.helper.pushDestination('hsptest2', { name: 'pageTwo', param: new ParamWithOp(), onPop: (popInfo: PopInfo) => {
124 this.helper.pushDestination('hsptest2', { name: 'pageTwo', param: new ParamWithOp(), onPop: (popInfo: PopInfo) => {
167 this.helper.replacePath('hsptest2', { name: 'pageTwo', param: new ParamWithOp(), onPop: (popInfo: PopInfo) => {
181 this.helper.replacePath('hsptest2', { name: 'pageTwo', param: new ParamWithOp(), onPop: (popInfo: PopInfo) => {
/third_party/googletest/googlemock/test/
H A Dgmock_stress_test.cc93 void Helper1(Helper1Param param) { in Helper1() argument
95 const char ch = param.mock_foo->Baz("a", "b"); in Helper1()
98 (*param.count)++; in Helper1()
105 EXPECT_EQ('\0', param.mock_foo->Baz("x", "y")) << "Expected failure."; in Helper1()
108 EXPECT_EQ(1, param.mock_foo->Bar(5)); in Helper1()
123 const Helper1Param param = {&foo, &count1}; in TestConcurrentCallsOnSameObject() local
125 new ThreadWithParam<Helper1Param>(Helper1, param, nullptr); in TestConcurrentCallsOnSameObject()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dfieldpos.h142 * @param copy the object to be copied from.
156 * @param copy the object to be copied from.
163 * @param that the object to be compared with.
171 * @param that the object to be compared with.
215 * @param f the new value of the field.
222 * @param bi the new value of the begin index
229 * @param ei the new value of the end index
/third_party/icu/icu4c/source/common/
H A Dcharstr.h100 * @param dest Destination string buffer.
101 * @param capacity Size of the dest buffer (number of chars).
102 * @param errorCode ICU error code.
145 * @param minCapacity required minimum capacity of the returned buffer;
147 * @param desiredCapacityHint desired capacity of the returned buffer;
149 * @param resultCapacity will be set to the capacity of the returned buffer
150 * @param errorCode in/out error code
H A Ddictionarydata.h74 /* @param text The text in which to look for matching words. Matching begins
76 * @param maxLength The max length of match to consider. Units are the native indexing
78 * @param limit Capacity of output arrays, which is also the maximum number of
80 * @param lengths output array, filled with the lengths of the matches, in order,
83 * @param cpLengths output array, filled with the lengths of the matches, in order,
86 * @param values Output array, filled with the values associated with the words found.
88 * @param prefix Output parameter, the code point length of the prefix match, even if that
/third_party/EGL/sdk/docs/man/html/
H A Dold-egl-man.xsl5 <!-- Set this param to a placeholder for the base URL of the
13 <xsl:param name="SpecBaseUrl">http://www.khronos.org/registry/egl/specs/eglTBD.pdf#namedest=</xsl:param>
40 <xsl:param name="key" select="local-name(.)"/>
41 <xsl:param name="lang">
43 </xsl:param>
57 <xsl:with-param name="key" select="'RefName'"/>
/third_party/icu/icu4c/source/i18n/
H A Dethpccal.h118 * @param aLocale The given locale.
119 * @param success Indicates the status of EthiopicCalendar object construction.
121 * @param type Whether this Ethiopic calendar use Amete Mihrret (default) or
155 * @param onOff Set Amete Alem era if true, otherwise set Amete Mihret era.
259 * @param year the extended year
260 * @param month the month
261 * @param day the day
H A Djapancal.h86 * @param aLocale The given locale.
87 * @param success Indicates the status of JapaneseCalendar object construction.
102 * @param source the object to be copied.
109 * @param right the object to be copied.
212 * @param eyear the extended year
221 * @param eyear the extended year
222 * @param mon the month in the year
H A Dformattedval_impl.h79 /** @param initialFieldCapacity Initially allocate space for this many fields. */
287 * @param CPPType The public C++ type, like FormattedList
288 * @param CType The public C type, like UFormattedList
289 * @param ImplType A name to use for the implementation class
290 * @param HelperType A name to use for the "mixin" typedef for C API conversion
291 * @param Prefix The C API prefix, like ulistfmt
292 * @param MagicNumber A unique 32-bit number to use to identify this type
H A Dformatted_string_builder.h131 * @param start Start index of the substring of unistr to be inserted.
132 * @param end End index of the substring of unistr to be inserted (exclusive).
140 * @param startThis Start of the span to delete.
141 * @param endThis End of the span to delete (exclusive).
142 * @param unistr The string to insert at the deletion position.
143 * @param startOther Start index of the substring of unistr to be inserted.
144 * @param endOther End index of the substring of unistr to be inserted (exclusive).
H A Derarules.cpp51 * @param year year
52 * @param month month (1-base)
53 * @param day day of month
74 * @param encoded An encoded date
75 * @param year Year of another date
76 * @param month Month of another date
77 * @param day Day of another date
/third_party/icu/icu4c/source/common/unicode/
H A Duversion.h138 * @param versionArray The destination structure for the version information.
139 * @param versionString A string with dotted-decimal version information,
152 * @param versionArray The destination structure for the version information.
153 * @param versionString A Unicode string with dotted-decimal version
167 * @param versionArray The version information to be written as a string.
168 * @param versionString A string buffer that will be filled in with
182 * @param versionArray the version # information, the result will be filled in
/third_party/mesa3d/include/GL/
H A Dmesa_glinterop.h246 * \param dpy GLX display
247 * \param context GLX context
248 * \param out where to return the information
270 * \param dpy GLX display
271 * \param context GLX context
272 * \param in input parameters
273 * \param out return values
/third_party/libcoap/include/coap3/
H A Dcoap_block_internal.h321 * @param session The session.
322 * @param request The request PDU to to check.
323 * @param response The response PDU to to update with response->code.
324 * @param resource The requested resource.
325 * @param query The requested query.
338 * @param session The session.
339 * @param pdu The PDU to to check for updating.
/third_party/node/deps/icu-small/source/common/
H A Dcharstr.h100 * @param dest Destination string buffer.
101 * @param capacity Size of the dest buffer (number of chars).
102 * @param errorCode ICU error code.
145 * @param minCapacity required minimum capacity of the returned buffer;
147 * @param desiredCapacityHint desired capacity of the returned buffer;
149 * @param resultCapacity will be set to the capacity of the returned buffer
150 * @param errorCode in/out error code
/third_party/node/deps/icu-small/source/common/unicode/
H A Duversion.h138 * @param versionArray The destination structure for the version information.
139 * @param versionString A string with dotted-decimal version information,
152 * @param versionArray The destination structure for the version information.
153 * @param versionString A Unicode string with dotted-decimal version
167 * @param versionArray The version information to be written as a string.
168 * @param versionString A string buffer that will be filled in with
182 * @param versionArray the version # information, the result will be filled in

Completed in 25 milliseconds

1...<<291292293294295296297298299300>>...872