Home
last modified time | relevance | path

Searched full:param (Results 8001 - 8025 of 8090) sorted by relevance

1...<<321322323324

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp48 const std::string FRS_APP_INDEX = "ohos.extra.param.key.frs_index";
2642 TAG_LOGE(AAFwkTag::ABILITYMGR, "param null"); in IsLauncher()
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp46 #include "param.h"
2107 * CaseDescription: Get Render Param
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts1104 navDestination(builder: (name: string, param: unknown) => void): NavigationAttribute;
1449 param: WebContextMenuParam;
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp842 * @tc.steps: step3. change pattern->dragRect_.width_ and param. in HWTEST_F()
850 * @tc.steps: step4. change param. in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp687 * @tc.steps: step4. using default param to create custom bubble and get popupNode. in HWTEST_F()
2690 std::function<void(const std::string&)> callback = [&](const std::string& param) { callNum++; }; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2465 void PipelineContext::SendEventToFrontend(const EventMarker& eventMarker, const std::string& param) in SendEventToFrontend() argument
2479 handler->HandleAsyncEvent(eventMarker, param); in SendEventToFrontend()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp785 auto Event = [&EventValue](const std::string& param) { EventValue = param; }; in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp307 MEDIA_ERR_LOG("verify failed! Param %{public}s is empty", iter.first.c_str()); in QueryAndVerifyPhotoAsset()
311 MEDIA_ERR_LOG("verify failed! Except %{public}s param %{public}s, actually %{public}s", in QueryAndVerifyPhotoAsset()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp2028 size_t argCount = 1; // 1param audioEffectMode in JsSetAudioEffectMode()
2603 size_t argCount = 2; // 2 param: trackType + callback in JsGetCurrentTrack()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp2539 MMI_HILOGE("PointerStyle param is invalid"); in SetPointerStyle()
2551 MMI_HILOGE("The param pointerStyle is invalid"); in SetPointerStyle()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1505 int param = 0; in HWTEST_F() local
1506 PragmaData paraData = static_cast<PragmaData>(&param); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp969 * @tc.desc: Test active sync with invalid param in DataSync Class
1041 * @tc.desc: Test control start with invalid param in DataSync Class
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl.cpp1081 const std::string param = "extra"; in HWTEST_F() local
1086 ret= DeviceManager::GetInstance().SetUserOperation(packName, action, param); in HWTEST_F()
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagerstagetest/entry/src/ohosTest/ets/test/
H A DGetBundleInfoForSelf.test.ets1037 * @tc.desc: Test getBundleInfoForSelf with error param(by promise).
1070 * @tc.desc: Test getBundleInfoForSelf with error param(by callback).
/test/xts/acts/kernel_lite/net_posix/src/
H A DActsNetTest.cpp108 static void* CommTcpClientTask(void *param) in CommTcpClientTask() argument
134 int sleepSecond = *((int *)param); in CommTcpClientTask()
/test/xts/acts/telephony/networkmanager/http/HttpResponse/entry/src/ohosTest/ets/test/
H A DHttpResponseProperties.test.ets26 * @param data
39 * @param data
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp235 * @param target child LayoutWrapper
4719 auto param = host ? host->GetAutoEventParamValue("") : ""; in RecordExposureInner()
4720 processor->OnVisibleChange(false, param); in RecordExposureInner()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3029 for (auto param : params) { in DumpData()
3030 if (param.find("-") == std::string::npos) { in DumpData()
3031 pid = param; in DumpData()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp65 constexpr const char* APP_CLONE_INDEX = "ohos.extra.param.key.appCloneIndex";
607 void SceneSession::SetSessionEventParam(SessionEventParam param) in SetSessionEventParam() argument
609 sessionEventParam_ = param; in SetSessionEventParam()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp67 const std::string CMPT_PARAM_FREEINSTALL_BUNDLENAMES = "ohos.extra.param.key.allowedBundles";
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp1238 * @tc.desc: Verify the ReleaseBuffer function validate param buffer is nullptr.
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp44 const std::string CMPT_PARAM_FREEINSTALL_BUNDLENAMES = "ohos.extra.param.key.allowedBundles";
H A Ddistributed_sched_connect_test.cpp772 * @tc.desc: connect remote ability whith error param
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp32 #include "param.h"
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dcontinuation_test.cpp46 const std::string SUPPORT_CONTINUE_PAGE_STACK_PROPERTY_NAME = "ohos.extra.param.key.supportContinuePageStack";

Completed in 125 milliseconds

1...<<321322323324