| /foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subGattTest/ |
| H A D | gattServer.ets | 844 * @param {*} str: the string to covert
|
| /foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subGattTestManager/ |
| H A D | gattServerManager.ets | 844 * @param {*} str: the string to covert
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
| H A D | obex_client.cpp | 134 // will support in the future: COPY Session param to ClientSession in HandleDataAvailableSession()
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
| H A D | epoll_app.c | 665 FILLP_LOGERR("SpungeEpollCtl: 'event' param is NULL"); in SpungeEpollCtlParaChk()
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| H A D | spunge_message.c | 147 FILLP_LOGERR("invalid param"); in SpungeListenMsgCheckState()
|
| /foundation/window/window_manager/wm/src/ |
| H A D | picture_in_picture_controller.cpp | 53 TLOGE(WmsLogTag::WMS_PIP, "param invalid, pipTemplateType is %{public}d", pipTemplateType); in GetPipPriority()
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| H A D | logger.py | 527 :param record: logging.LogRecord
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| H A D | jsunit_driver.py | 68 "param get const.product.software.version")
|
| /test/xts/acts/ability/crossplatform/ability_runtime/actscontexttest/src/main/ets/test/actsApplicationContextTest/ |
| H A D | ApplicationContext.test.ets | 560 let errLog = "Parse param moduleName failed, moduleName must be string."
|
| /test/xts/acts/kernel_lite/sys_posix/src/ |
| H A D | SysApiTest.cpp | 464 ASSERT_EQ(i, -1) << "Null param return error";
|
| /vendor/hihope/2in1_core_system/security_config/ |
| H A D | sanitizer_check_list.gni | 757 "param", #cfi not configured
|
| /vendor/hihope/default_core_system/security_config/ |
| H A D | sanitizer_check_list.gni | 755 "param", #cfi not configured
|
| /vendor/hihope/ipcamera_core_system/security_config/ |
| H A D | sanitizer_check_list.gni | 755 "param", #cfi not configured
|
| /vendor/hihope/rk3568/security_config/ |
| H A D | sanitizer_check_list.gni | 814 "param", #cfi not configured
|
| /vendor/hihope/tablet_core_system/security_config/ |
| H A D | sanitizer_check_list.gni | 757 "param", #cfi not configured
|
| /vendor/hihope/wearable/security_config/ |
| H A D | sanitizer_check_list.gni | 753 "param", #cfi not configured
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| H A D | arkComponent.js | 3204 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 D | app_mgr_service_inner.cpp | 90 #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 D | select_overlay_test_ng.cpp | 1391 * @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 D | distributed_sched_continuation_test.cpp | 552 * @tc.steps: step1. input invalid param.
in HWTEST_F() 1102 * @tc.desc: call StartFreeInstallFromRemote with illegal param
|
| H A D | distributed_sched_service_first_test.cpp | 415 * @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 D | ability_manager_client_branch_test.cpp | 1983 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 D | form_pattern.cpp | 124 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 D | canvas_component.cpp | 1819 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 D | avrcp_ct_profile.cpp | 102 AvctConnectParam param = {eventCallback_, msgCallback_, AVRC_CT_AV_REMOTE_CONTROL, AVCT_ACPT, nullptr}; in Enable() local 104 if (AVCT_ConnectReq(&connectId_, ¶m, &btAddr) != AVCT_SUCCESS) { in Enable()
|