| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| H A D | hi_gv_widget.h | 1453 * brief enable config image res path.CNcommment:ʹͼƬԴ· 1455 * param[in] enable enable or disable image res path.
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_pm_driver.c | 743 /* State updated for slow-path waiters */ in kbase_pm_check_transitions_nolock() 796 /* Wake slow-path waiters. Job scheduler does not use this. */ in kbase_pm_check_transitions_nolock()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_pm_driver.c | 791 /* State updated for slow-path waiters */ in kbase_pm_check_transitions_nolock() 875 /* Wake slow-path waiters. Job scheduler does not use this. */ in kbase_pm_check_transitions_nolock()
|
| /drivers/hdf_core/framework/support/platform/include/hdmi/ |
| H A D | hdmi_cec.h | 93 * <Set Stream Path> Used by the TV to request a streaming path from the specified Physical Address.
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/ |
| H A D | ability_context_impl_test.cpp | 1144 * @tc.desc: Get Bundle Code Path sucess 1156 * @tc.desc: Get Bundle Code Path failed
|
| /foundation/ability/ability_runtime/test/unittest/application_context_test/ |
| H A D | application_context_test.cpp | 272 * @tc.desc: Get BundleCode Path failed 287 * @tc.desc:Get BundleCode Path sucess
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_group_node.cpp | 717 path = curNavDestination->GetNavDestinationPathInfo()]() { in TransitionWithPush() 725 AceScopedPerformanceCheck::RecordPerformanceCheckData(nodeMap, endTime - startTime, path); in TransitionWithPush()
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
| H A D | jsi_pa_engine.cpp | 494 LOGE("module path is empty"); in LoadLibrary() 533 LOGE("module path is empty"); in LoadLibrary()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| H A D | jsi_view_register_impl.cpp | 523 { "Path", JSPath::JSBind }, 631 { "Path", JSPath::JSBind },
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
| H A D | image_yuv_convert_fuzzer.cpp | 245 bool ReadFile(void *chOrg, std::string path, int32_t totalsize, int32_t srcNum) in ReadFile() argument 247 FILE* const fileOrg = fopen(path.c_str(), "rb"); in ReadFile()
|
| /foundation/multimedia/av_codec/test/unittest/audio_test/ |
| H A D | audio_encoder_capi_unit_test.cpp | 201 std::cout << "open file failed, path: " << inputFilePath_ << std::endl; in InputFunc() 246 std::cout << "open file failed, path: " << outputFilePath_ << std::endl; in OutputFunc()
|
| /foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
| H A D | bg_continuous_task_mgr.cpp | 132 std::string path = "/proc/" + std::to_string(pid) + "/reclaim";
in ReclaimProcessMemory() local 134 int fd = open(path.c_str(), O_WRONLY);
in ReclaimProcessMemory()
|
| /foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
| H A D | device_profile_manager_test.cpp | 1422 char path[PATH_MAX + 1] = {0x00}; in HWTEST_F() local 1425 if ((soName.length() == 0) || (soName.length() > PATH_MAX) || (realpath(soName.c_str(), path) == nullptr)) { in HWTEST_F()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
| H A D | distributeddb_tools_unit_test.cpp | 95 LOGE("Failed to canonicalize the path."); in CreateMockSingleDb() 190 LOGE("Failed to canonicalize the path."); in CreateMockMultiDb()
|
| /foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/ |
| H A D | js_util.cpp | 1118 ZLOGE("mkdir error:%{public}d, path:%{public}s", errno, param.baseDir.c_str()); in GetCurrentAbilityParam() 1129 ZLOGE("mkdir error:%{public}d, path:%{public}s", errno, param.baseDir.c_str()); in GetCurrentAbilityParam()
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/ |
| H A D | resource_manager_test.cpp | 108 DHLOGE("mkdir failed, path: %{public}s, errno : %{public}d", DATABASE_DIR.c_str(), errno); in SetUpTestCase() 116 DHLOGE("remove dir failed, path: %{public}s, errno : %{public}d", DATABASE_DIR.c_str(), errno); in TearDownTestCase()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_backdropBlur/entry/src/ohosTest/ets/MainAbility/pages/backdropBlur/ |
| H A D | BackdropBlurPage.ets | 1128 if (this.targetView == 'Path') { 1129 Path()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_backgroundColor/entry/src/ohosTest/ets/MainAbility/pages/backgroundColor/ |
| H A D | BackgroundColorPage.ets | 897 } else if (this.targetView == 'Path') { 898 Path().commonStyle()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_hitTestBehavior/entry/src/ohosTest/ets/MainAbility/pages/hitTestBehavior/ |
| H A D | HitTestBehaviorPage.ets | 1128 if (this.targetView == 'Path') { 1129 Path()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_invert/entry/src/ohosTest/ets/MainAbility/pages/invert/ |
| H A D | InvertPage.ets | 864 } else if (this.targetView == 'Path') { 865 Path().commonStyle()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_lightUpEffect/entry/src/ohosTest/ets/MainAbility/pages/lightUpEffect/ |
| H A D | LightUpEffectPage.ets | 864 } else if (this.targetView == 'Path') { 865 Path().commonStyle()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_mouseResponseRegion/entry/src/ohosTest/ets/MainAbility/pages/mouseResponseRegion/ |
| H A D | MouseResponseRegionPage.ets | 1128 if (this.targetView == 'Path') { 1129 Path()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_obscured/entry/src/ohosTest/ets/MainAbility/pages/obscured/ |
| H A D | ObscuredPage.ets | 1128 if (this.targetView == 'Path') { 1129 Path()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_align/entry/src/ohosTest/ets/MainAbility/pages/align/ |
| H A D | AlignPage.ets | 792 } else if (this.targetView == 'Path') { 793 Path().commonStyle()
|
| /test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_focusOnTouch/entry/src/ohosTest/ets/MainAbility/pages/focusOnTouch/ |
| H A D | FocusOnTouchPage.ets | 1128 if (this.targetView == 'Path') { 1129 Path()
|