Home
last modified time | relevance | path

Searched full:param (Results 7726 - 7750 of 8090) sorted by relevance

1...<<301302303304305306307308309310>>...324

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp287 struct Param { struct
334 const std::string &abilityName, Param param, InnerBundleInfo &innerBundleInfo) const;
848 const std::string &abilityName, Param param, InnerBundleInfo &innerBundleInfo) const in MockInnerBundleInfo()
852 appInfo.maxChildProcess = param.maxChildProcess; in MockInnerBundleInfo()
860 moduleInfo.distro.moduleType = param.moduleType; in MockInnerBundleInfo()
4233 * @tc.desc: DelExtNameOrMIMEToApp when param is empty.
4245 * @tc.desc: SetExtNameOrMIMEToApp when param is empty.
5178 * @tc.desc: GetVerifyManager when param i
847 MockInnerBundleInfo(const std::string &bundleName, const std::string &moduleName, const std::string &abilityName, Param param, InnerBundleInfo &innerBundleInfo) const MockInnerBundleInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp461 void WebPattern::SetPreviewSelectionMenu(const std::shared_ptr<WebPreviewSelectionMenuParam>& param) in SetPreviewSelectionMenu() argument
463 CHECK_NULL_VOID(param); in SetPreviewSelectionMenu()
465 onDisappear = std::move(param->menuParam.onDisappear)]() { in SetPreviewSelectionMenu()
476 param->menuParam.onDisappear = std::move(onPreviewMenuDisappear); in SetPreviewSelectionMenu()
477 auto key = std::make_pair(param->type, param->responseType); in SetPreviewSelectionMenu()
480 if (param->menuBuilder == nullptr) { in SetPreviewSelectionMenu()
484 it->second = param; in SetPreviewSelectionMenu()
487 previewSelectionMenuMap_[key] = param; in SetPreviewSelectionMenu()
696 static RenderContext::ContextParam param in OnAttachToFrameNode() local
1718 auto param = GetPreviewSelectionMenuParams(WebElementType::IMAGE, ResponseType::LONG_PRESS); NotifyStartDragTask() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1424 * @tc.name: test CreateDir, param is empty return false
1438 * @tc.name: test RevertToRealPath, one param is empty return false
1455 * @tc.name: test StartWith, one of param is empty return false
1471 * @tc.name: test EndWith, one of param is empty return false
1509 * @tc.name: Test use different param with GetBaseSharedBundleInfos
1522 * @tc.name: Test use different param with GetBaseSharedBundleInfos
1535 * @tc.name: Test use different param with GetBaseSharedBundleInfos
1549 * @tc.name: Test use different param with GetBaseSharedBundleInfos
1563 * @tc.name: Test use different param with GetBaseSharedBundleInfos
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp144 // Developer mode param
148 constexpr const char* KEY_VISIBLE_ID = "ohos.anco.param.visible";
152 constexpr const char* PARAM_RESV_ANCO_CALLER_UID = "ohos.anco.param.callerUid";
153 constexpr const char* PARAM_RESV_ANCO_CALLER_BUNDLENAME = "ohos.anco.param.callerBundleName";
167 constexpr const char* WANT_PARAMS_HOST_WINDOW_ID_KEY = "ohos.extra.param.key.hostwindowid";
2291 // here we don't need want param "IS_CALL_BY_SCB" any more, remove it. in StartUIAbilityBySCBDefaultCommon()
9801 bool AbilityManagerService::CheckNewRuleSwitchState(const std::string &param) in CheckNewRuleSwitchState() argument
9804 int retSysParam = GetParameter(param.c_str(), "false", value, NEW_RULE_VALUE_SIZE); in CheckNewRuleSwitchState()
9805 TAG_LOGI(AAFwkTag::ABILITYMGR, "checkNewRuleSwitchState, %{public}s value: %{public}s", param.c_str(), value); in CheckNewRuleSwitchState()
10554 const InsightIntentExecuteParam &param) in ExecuteIntent()
10553 ExecuteIntent(uint64_t key, const sptr<IRemoteObject> &callerToken, const InsightIntentExecuteParam &param) ExecuteIntent() argument
10661 StartAbilityByCallWithInsightIntent(const Want &want, const sptr<IRemoteObject> &callerToken, const InsightIntentExecuteParam &param) StartAbilityByCallWithInsightIntent() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp37 #include "param.h"
64 constexpr const char* KEY_WATERMARK_BUSINESS_NAME = "com.ohos.param.watermarkBusinessName";
65 constexpr const char* KEY_IS_WATERMARK_ENABLED = "com.ohos.param.isWatermarkEnabled";
752 want->SetParam(KEY_WATERMARK_BUSINESS_NAME, std::string("com.ohos.param.watermarkBusinessName")); in HWTEST_F()
783 want->SetParam(KEY_WATERMARK_BUSINESS_NAME, std::string("com.ohos.param.watermarkBusinessName")); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2761 * @param {PointF&} point The drag point
2843 * @param {float} offsetPct offset percent.When scrolling in the vertical or horizontal direction, there is a distance
2934 * @param {DragEventType&} dragEventType Drag the event type
2935 * @param {NotifyDragEvent&} notifyDragEvent Drag event
2966 * @param {PointF&} point the drag point
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp3259 * @tc.name: Test different nativeLibraryPath param
3281 * @tc.name: Test different moduleName and state param
3306 * @tc.name: Test different moduleName and state param
3331 * @tc.name: Test use different param with GetOverlayModuleState
3374 * @tc.name: Test use different param with ClearOverlayModuleStates
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1346 RS_OPTIONAL_TRACE_NAME_FMT("hwc debug: name:%s id:%" PRIu64 " disabled by param/invisible/no buffer", in UpdateHwcNodeInfoForAppNode()
3009 auto param = sptr->GetSharedTransitionParam(); in ProcessUnpairedSharedTransitionNode()
3010 if (param == nullptr) { in ProcessUnpairedSharedTransitionNode()
3011 ROSEN_LOGE("RSUniRenderVisitor::ProcessUnpairedSharedTransitionNode: param is null"); in ProcessUnpairedSharedTransitionNode()
3014 param->paired_ = false; in ProcessUnpairedSharedTransitionNode()
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/
H A DSecurityHuksImportJsunit.test.js17 import { stringToUint8Array, checkSoftware } from '../../../../../../../utils/param/publicFunc';
20 import { HuksCipherAES, HuksCipherRSA, HuksCipherSM4 } from '../../../../../../../utils/param/cipher/publicCipherParam'
21 import { HuksHmac } from '../../../../../../../utils/param/hmac/publicHmacParam'
22 import { HuksSignVerifyECC, HuksSignVerifyED25519, HuksSignVerifyRSA, HuksSignVerifySM2, HuksSignVerifyDSA } from '../../../../../../../utils/param/signverify/publicSignverifyParam'
23 import { HuksKeyAlgX25519, HuksAgreeECDH } from '../../../../../../../utils/param/agree/publicAgreeParam'
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/
H A DSecurityHuksImportJsunit.test.js17 import { stringToUint8Array, checkSoftware } from '../../../../../../../utils/param/publicFunc';
20 import { HuksCipherAES, HuksCipherRSA, HuksCipherSM4 } from '../../../../../../../utils/param/cipher/publicCipherParam'
21 import { HuksHmac } from '../../../../../../../utils/param/hmac/publicHmacParam'
22 import { HuksSignVerifyECC, HuksSignVerifyED25519, HuksSignVerifyRSA, HuksSignVerifySM2, HuksSignVerifyDSA } from '../../../../../../../utils/param/signverify/publicSignverifyParam'
23 import { HuksKeyAlgX25519, HuksAgreeECDH } from '../../../../../../../utils/param/agree/publicAgreeParam'
/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Dwlan_interface_proxy.c.txt1694 const struct ProjectionScreenCmdParam* param)
1725 if (!ProjectionScreenCmdParamBlockMarshalling(wlanInterfaceData, param)) {
1726 HDF_LOGE("%{public}s: write param failed!", __func__);
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
H A Dcontinuation_manager_test.cpp136 * @tc.desc: test register token with extra param
597 * @tc.desc: test register device selection callback with invalid param
636 * @tc.desc: test start device manager with extra param
/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Dwlan_interface_proxy.c.txt1694 const struct ProjectionScreenCmdParam* param)
1725 if (!ProjectionScreenCmdParamBlockMarshalling(wlanInterfaceData, param)) {
1726 HDF_LOGE("%{public}s: write param failed!", __func__);
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_sixth_test/
H A Dability_manager_service_sixth_test.cpp81 const std::string APP_INSTANCE_KEY("ohos.extra.param.key.appInstance");
82 const std::string CREATE_APP_INSTANCE_KEY("ohos.extra.param.key.createAppInstance");
83 constexpr const char* CALLER_REQUEST_CODE = "ohos.extra.param.key.callerRequestCode";
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp707 LayoutParam param; local
708 param.SetFixedSize(paintSize_);
709 renderImage_->Layout(param);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp297 RenderContext::ContextParam param = { contextType, GetId() + "Surface" }; in InitializeRenderContext() local
299 RenderContext::ContextParam param = { RenderContext::ContextType::HARDWARE_SURFACE, GetId() + "Surface" }; in InitializeRenderContext() local
302 renderContextForSurface_->InitContext(false, param); in InitializeRenderContext()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp341 HILOG_ERROR("invalid param"); in AttributeValue()
1689 HILOG_ERROR("invalid param"); in PerformAction()
1991 HILOG_ERROR("invalid param"); in FindElementConstructCallbackInfo()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1245 call OnDumpInfo with every param array. in HWTEST_F()
1689 * @tc.expected: depends on first param, hideSplitButton value is true. in HWTEST_F()
1695 * @tc.expected: depends on first param, hideSplitButton value is false. in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1896 * @tc.desc: CompileProcessAOT when param is empty.
1913 * @tc.desc: CompileReset when param is empty.
1946 * @tc.desc: CreateBundleDataDir when param is default userId.
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp350 // check param in RequestBuffer()
614 // check param in FlushBuffer()
760 // if you need dump SurfaceBuffer to file, you should execute hdc shell param set persist.dumpbuffer.enabled 1 in DoFlushBuffer()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp559 "callback param is null"); in SetRendererCallback()
586 "input param is invalid"); in SetRendererPositionCallback()
602 "input param is invalid"); in SetRendererPeriodPositionCallback()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp463 * @param srcPath must be a directory.
464 * @param destPath must be a directory.
465 * @param curRecursionDepth current recursion depth. The maximum value is {@code MAX_RECURSION_DEPTH}.
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp1088 "MuteCameraPersist Failed, invalid param policyType = %{public}d", static_cast<int32_t>(policyType)); in MuteCameraPersist()
1649 "HCaptureSession::SaveCurrentParamForRestore() Failed to save param"); in SaveCurrentParamForRestore()
1662 MEDIA_DEBUG_LOG("HCameraService::SaveCurrentParamForRestore param %{public}d", effectParam.skinSmoothLevel); in SaveCurrentParamForRestore()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c299 AUTH_LOGE(AUTH_FSM, "param error"); in GetUdidShortHash()
971 AUTH_LOGE(AUTH_FSM, "param invalid"); in SetExchangeIdTypeAndValue()
1985 // uuid and info is null in meta, no need check param in PackDeviceInfoMessage()
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c476 SoftBusRangeParam param = { in RangeDevice() local
481 errno_t retMem = memcpy_s(param.identity, SOFTBUS_DEV_IDENTITY_LEN, in RangeDevice()
485 int ret = SoftBusBleRange(&param, &range); in RangeDevice()

Completed in 132 milliseconds

1...<<301302303304305306307308309310>>...324