Home
last modified time | relevance | path

Searched full:param (Results 7876 - 7900 of 8090) sorted by relevance

1...<<311312313314315316317318319320>>...324

/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subGattTest/
H A DgattServer.ets844 * @param {*} str: the string to covert
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subGattTestManager/
H A DgattServerManager.ets844 * @param {*} str: the string to covert
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.cpp134 // will support in the future: COPY Session param to ClientSession in HandleDataAvailableSession()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c665 FILLP_LOGERR("SpungeEpollCtl: 'event' param is NULL"); in SpungeEpollCtlParaChk()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c147 FILLP_LOGERR("invalid param"); in SpungeListenMsgCheckState()
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp53 TLOGE(WmsLogTag::WMS_PIP, "param invalid, pipTemplateType is %{public}d", pipTemplateType); in GetPipPriority()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dlogger.py527 :param record: logging.LogRecord
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Djsunit_driver.py68 "param get const.product.software.version")
/test/xts/acts/ability/crossplatform/ability_runtime/actscontexttest/src/main/ets/test/actsApplicationContextTest/
H A DApplicationContext.test.ets560 let errLog = "Parse param moduleName failed, moduleName must be string."
/test/xts/acts/kernel_lite/sys_posix/src/
H A DSysApiTest.cpp464 ASSERT_EQ(i, -1) << "Null param return error";
/vendor/hihope/2in1_core_system/security_config/
H A Dsanitizer_check_list.gni757 "param", #cfi not configured
/vendor/hihope/default_core_system/security_config/
H A Dsanitizer_check_list.gni755 "param", #cfi not configured
/vendor/hihope/ipcamera_core_system/security_config/
H A Dsanitizer_check_list.gni755 "param", #cfi not configured
/vendor/hihope/rk3568/security_config/
H A Dsanitizer_check_list.gni814 "param", #cfi not configured
/vendor/hihope/tablet_core_system/security_config/
H A Dsanitizer_check_list.gni757 "param", #cfi not configured
/vendor/hihope/wearable/security_config/
H A Dsanitizer_check_list.gni753 "param", #cfi not configured
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3204 for (let param of types) {
3205 if (!isNumber(param) || param >= SAFE_AREA_TYPE_LIMIT) {
3211 safeAreaType += param.toString();
3214 safeAreaType += param.toString();
3221 for (let param of edges) {
3222 if (!isNumber(param) || param >= SAFE_AREA_EDGE_LIMIT) {
3228 safeAreaEdge += param.toString();
3231 safeAreaEdge += param
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp90 #include "param.h"
219 // Developer mode param
241 constexpr const char* KEY_WATERMARK_BUSINESS_NAME = "com.ohos.param.watermarkBusinessName";
242 constexpr const char* KEY_IS_WATERMARK_ENABLED = "com.ohos.param.isWatermarkEnabled";
753 TAG_LOGE(AAFwkTag::APPMGR, "param error"); in CheckLoadAbilityConditions()
801 TAG_LOGE(AAFwkTag::APPMGR, "param error"); in MakeProcessName()
5087 TAG_LOGE(AAFwkTag::APPMGR, "invalid param, hostPid:%{public}d", hostPid); in PreStartNWebSpawnProcess()
5121 TAG_LOGE(AAFwkTag::APPMGR, "invalid param: hostPid:%{public}d renderParam:%{private}s " in StartRenderProcess()
7818 TAG_LOGE(AAFwkTag::APPMGR, "invalid param: hostPid:%{public}d libName:%{private}s", in NotifyAppFaultBySA()
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp1391 * @tc.steps: step2. set param and call onDraw function. in HWTEST_F()
1453 * @tc.steps: step3. set param and call onDraw function. in HWTEST_F()
1510 * @tc.steps: step2. set param and call PaintSingleHandle function in HWTEST_F()
1522 * @tc.steps: step3. set param and call PaintSingleHandle function in HWTEST_F()
3437 * @tc.steps: step2. set param and call function. in HWTEST_F()
3442 * @tc.steps: step2. set param and call function. in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.cpp552 * @tc.steps: step1. input invalid param. in HWTEST_F()
1102 * @tc.desc: call StartFreeInstallFromRemote with illegal param
H A Ddistributed_sched_service_first_test.cpp415 * @tc.desc: call StartAbilityFromRemote with illegal param
609 * @tc.desc: call SendResultFromRemote with illegal param
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_client_branch_test.cpp1983 const InsightIntentExecuteParam param; in HWTEST_F() local
1984 auto result = client_->ExecuteIntent(key, callerToken, param); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp124 static RenderContext::ContextParam param = { RenderContext::ContextType::EXTERNAL, std::nullopt }; in OnAttachToFrameNode() local
125 externalRenderContext_->InitContext(false, param); in OnAttachToFrameNode()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1819 reinterpret_cast<const jerry_char_t *>("createLinearGradient method param error")); in CreateLInearGradient()
1846 reinterpret_cast<const jerry_char_t *>("createRadialGradient method param error")); in CreateRadialGradient()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp102 AvctConnectParam param = {eventCallback_, msgCallback_, AVRC_CT_AV_REMOTE_CONTROL, AVCT_ACPT, nullptr}; in Enable() local
104 if (AVCT_ConnectReq(&connectId_, &param, &btAddr) != AVCT_SUCCESS) { in Enable()

Completed in 83 milliseconds

1...<<311312313314315316317318319320>>...324