| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| H A D | ArkButton.ts | 16 /// <reference path='./import.ts' /> 17 /// <reference path="./ArkComponent.ts" />
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| H A D | frontend_delegate_declarative.h | 171 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 D | resource_adapter_impl.cpp | 102 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 D | pu_observed_property_abstract.ts | 36 // 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 D | stage_manager.cpp | 299 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 D | accessibility_element_info.cpp | 325 void AccessibilityElementInfo::SetPagePath(const std::string &path) in SetPagePath() argument 327 pagePath_ = path; in SetPagePath()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
| H A D | common_profile.h | 146 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 D | bundle_manager_convert.cpp | 152 skillUri.path = MallocCString(cUri.path); in ConvertSkillUri()
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | asset_loader.cpp | 62 void AddNodeToCollectionRecursive(IEntityCollection& ec, ISceneNode& node, string_view path) in AddNodeToCollectionRecursive() argument 65 const auto currentPath = path + node.GetName(); in AddNodeToCollectionRecursive()
|
| H A D | scene_holder.h | 295 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 D | camera_impl.cpp | 103 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 D | audio_capturer.h | 192 * @param cachePath Application cache path 216 * @param cachePath Application cache path
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
| H A D | intf_gpu_resource_manager.h | 332 * 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 D | gltf2_data_structures.h | 183 // or path to file 737 AnimationPath path; member
|
| /foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/ |
| H A D | vulkan_loader_unit_test.cpp | 111 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 D | rs_profiler_file.cpp | 35 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 D | pen_test.cpp | 871 Path srcPath; in HWTEST_F() 872 Path dstPath; in HWTEST_F()
|
| /foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/ |
| H A D | media_asset_manager_impl.cpp | 815 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 D | backup_const.h | 237 { 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 D | recorder_client.cpp | 403 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 D | medialibrary_backup_clone_test.cpp | 132 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 D | player_service_proxy_fuzzer.cpp | 187 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 D | window_ffi.cpp | 857 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 D | lnn_decision_db.c | 191 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 D | dsoftbus_interface.h | 1174 char **files; /**< File path */ 1191 const char **files; /**< File path*/
|