Home
last modified time | relevance | path

Searched full:path (Results 33176 - 33200 of 37931) sorted by relevance

1...<<1321132213231324132513261327132813291330>>...1518

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkButton.ts16 /// <reference path='./import.ts' />
17 /// <reference path="./ArkComponent.ts" />
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h171 void GetState(int32_t& index, std::string& name, std::string& path) override;
172 void GetRouterStateByIndex(int32_t& index, std::string& name, std::string& path, std::string& params) override;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp102 bool IsDirExist(const std::string& path) in IsDirExist() argument
105 CHECK_NULL_RETURN(realpath(path.c_str(), realPath), false); in IsDirExist()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_observed_property_abstract.ts36 // SubscriberManager is not used for lookup in PU code path to speedup updates
216 // Something to improve in the future for PU path.
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp299 void StageManager::PerformanceCheck(const RefPtr<FrameNode>& pageNode, int64_t vsyncTimeout, std::string path) in PerformanceCheck() argument
304 AceScopedPerformanceCheck::RecordPerformanceCheckData(nodeMap, vsyncTimeout, path); in PerformanceCheck()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp325 void AccessibilityElementInfo::SetPagePath(const std::string &path) in SetPagePath() argument
327 pagePath_ = path; in SetPagePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dcommon_profile.h146 constexpr const char* BUNDLE_MODULE_PROFILE_KEY_PATH = "path";
482 // app detail ability library path
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_convert.cpp152 skillUri.path = MallocCString(cUri.path); in ConvertSkillUri()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp62 void AddNodeToCollectionRecursive(IEntityCollection& ec, ISceneNode& node, string_view path) in AddNodeToCollectionRecursive() argument
65 const auto currentPath = path + node.GetName(); in AddNodeToCollectionRecursive()
H A Dscene_holder.h295 CORE3D_NS::ISceneNode* CreateNode(const BASE_NS::string& path, const BASE_NS::string& name);
302 CORE_NS::Entity CreateCamera(const BASE_NS::string& path, const BASE_NS::string& name, uint32_t flagBits);
H A Dcamera_impl.cpp103 bool CompleteInitialization(const BASE_NS::string& path) override
105 if (!NodeImpl::CompleteInitialization(path)) {
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h192 * @param cachePath Application cache path
216 * @param cachePath Application cache path
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_gpu_resource_manager.h332 * NOTE: method should not be used during run-time on hot path.
565 * NOTE: method should not be used during run-time on hot path.
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h183 // or path to file
737 AnimationPath path; member
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp111 const char *path = "libvulkan.so"; in DLOpenLibVulkan() local
112 libVulkan_ = dlopen(path, RTLD_NOW | RTLD_LOCAL); in DLOpenLibVulkan()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.cpp35 static const std::string PATH("RECORD_IN_MEMORY"); in GetDefaultPath()
36 return PATH; in GetDefaultPath()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpen_test.cpp871 Path srcPath; in HWTEST_F()
872 Path dstPath; in HWTEST_F()
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp815 MEDIA_ERR_LOG("Create empty dest file in sandbox failed, path:%{private}s", destPath.c_str()); in GetFdFromSandBoxUri()
820 MEDIA_ERR_LOG("PathToRealPath failed, path:%{private}s", destPath.c_str()); in GetFdFromSandBoxUri()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h237 { RestoreError::PATH_INVALID, "File path is invalid" },
238 { RestoreError::GET_PATH_FAILED, "Get path failed" },
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.cpp403 int32_t Recorder::RecorderClient::SetOutputPath(const string &path) in SetOutputPath() argument
408 WriteString(&io, path.c_str()); in SetOutputPath()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp132 void Init(CloneSource &cloneSource, const string &path, const vector<string> &tableList) in Init() argument
135 cloneSource.Init(path, tableList); in Init()
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.cpp187 const std::string path = "/data/test/media/H264_AAC.mp4"; in SetFdSourceStatic() local
188 fdValue = open(path.c_str(), O_RDONLY); in SetFdSourceStatic()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_ffi.cpp857 int32_t FfiOHOSLoadContent(int64_t id, char *path) in FfiOHOSLoadContent() argument
860 std::string url = path; in FfiOHOSLoadContent()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db.c191 LNN_LOGE(LNN_LEDGER, "get dbKey save path fail"); in GetDecisionDbKey()
789 LNN_LOGE(LNN_LEDGER, "get dbKey save path fail"); in TryRecoveryTrustedDevInfoTable()
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h1174 char **files; /**< File path */
1191 const char **files; /**< File path*/

Completed in 60 milliseconds

1...<<1321132213231324132513261327132813291330>>...1518