Home
last modified time | relevance | path

Searched defs:path (Results 4326 - 4350 of 5646) sorted by relevance

1...<<171172173174175176177178179180>>...226

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_ability_info.h133 std::string path; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h315 IsExistFile(const std::string &path, bool &isExist) IsExistFile() argument
320 IsExistApFile(const std::string &path, bool &isExist) IsExistApFile() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp127 std::string path; in GetArkProfilePath() local
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp459 int8_t UIFontVector::SetFontPath(const char* path, FontType type) in SetFontPath() argument
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp537 NativeModule* NativeModuleManager::LoadNativeModule(const char* moduleName, const char* path, bool isAppModule, in LoadNativeModule() argument
681 GetNativeModulePath(const char* moduleName, const char* path, const char* relativePath, bool isAppModule, char nativeModulePath[][NAPI_PATH_MAX], int32_t pathLength) GetNativeModulePath() argument
863 LoadModuleLibrary(std::string& moduleKey, const char* path, const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) LoadModuleLibrary() argument
982 FindNativeModuleByDisk(const char* moduleName, const char* path, const char* relativePath, bool internal, const bool isAppModule, std::string& errInfo, char nativeModulePath[][NAPI_PATH_MAX], NativeModule* cacheNativeModule) FindNativeModuleByDisk() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_host_impl.cpp179 ErrCode InstalldHostImpl::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() argument
184 ErrCode InstalldHostImpl::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() argument
H A Dmock_install_client.cpp198 ErrCode InstalldClient::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() argument
203 ErrCode InstalldClient::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() argument
H A Dinstalld_client.cpp316 ErrCode InstalldClient::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() argument
321 ErrCode InstalldClient::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp84 char *path = reinterpret_cast<char *>(AdapterMalloc(strlen(hapPath) + 1)); in Install() local
782 AddSystemAppPathList(const char *installedPath, const char *path, List<ToBeInstalledApp *> *systemPathList, bool isSystemApp, bool isUpdated, const char *appId) AddSystemAppPathList() argument
897 char *path = reinterpret_cast<char *>(UI_Malloc(len + 1)); UpdateBundleInfoList() local
[all...]
H A Dgt_bundle_parser.cpp93 bool GtBundleParser::ParseBundleAttr(const char *path, char **bundleName, int32_t &versionCode) in ParseBundleAttr() argument
150 BundleInfo *GtBundleParser::ParseHapProfile(const char *path, BundleRes *bundleRes) in ParseHapProfile() argument
582 BundleInfo *GtBundleParser::CreateBundleInfo(const char *path, const BundleProfile &bundleProfile, in CreateBundleInfo() argument
643 ConvertResInfoToBundleInfo(const char *path, uint32_t labelId, uint32_t iconId, BundleInfo *bundleInfo) ConvertResInfoToBundleInfo() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp376 IsExistFile(const std::string &path, bool &isExist) IsExistFile() argument
381 IsExistApFile(const std::string &path, bool &isExist) IsExistApFile() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp597 std::string path = Str16ToStr8(data.ReadString16()); in HandleIsExistDir() local
610 std::string path = Str16ToStr8(data.ReadString16()); in HandleIsExistFile() local
623 std::string path = Str16ToStr8(data.ReadString16()); in HandleIsExistApFile() local
H A Dinstalld_proxy.cpp502 ErrCode InstalldProxy::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() argument
519 ErrCode InstalldProxy::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp1065 std::string path = "data/media/audio-sink-entire.pcm"; in DumpEntireAudioBuffer() local
1086 std::string path = "data/media/audio-sink-slice-" + std::to_string(sliceCount_) + ".pcm"; in DumpSliceAudioBuffer() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp119 BASE_NS::string path = "/"; in Connect() local
145 BASE_NS::string path = "/"; in Activate() local
582 Initialize(SCENE_NS::IEcsScene::Ptr& scene, SCENE_NS::IEcsObject::Ptr& ecsObject, SCENE_NS::INode::Ptr parent, const BASE_NS::string& path, const BASE_NS::string& name, SceneHolder::WeakPtr sceneHolder, CORE_NS::Entity entity) Initialize() argument
633 CompleteInitialization(const BASE_NS::string& path) CompleteInitialization() argument
840 SetPath(const BASE_NS::string& path, const BASE_NS::string& name, CORE_NS::Entity entity) SetPath() argument
[all...]
H A Dscene_impl.cpp461 SCENE_NS::INode::Ptr GetNodeRecursive(const BASE_NS::string_view path, const META_NS::ObjectId classId, in GetNodeRecursive() argument
671 BASE_NS::string path; constructPath() local
828 instantiateNodes(const CORE3D_NS::ISceneNode& node, BASE_NS::string path) instantiateNodes() argument
851 NormalizePath(const BASE_NS::string_view& path) NormalizePath() argument
877 FindEcsObject(const BASE_NS::string_view& path, BASE_NS::string& patchedPath) FindEcsObject() argument
[all...]
H A Decs_serializer.cpp683 string path, name; in WriteComponent() local
1037 string path, name; in ReadComponent() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp621 string path, name; in WriteComponent() local
939 string path, name; in ReadComponent() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp422 bool GetAnimationPath(string_view path, AnimationPath& out) in GetAnimationPath() argument
623 string_view GetAnimationPath(AnimationPath path) in GetAnimationPath() argument
933 SplitFilename(const string_view source, string_view& base, string_view& path) SplitFilename() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp55 T* RecursivelyLookupNodeByPath(T& node, size_t index, const vector<string_view>& path) in RecursivelyLookupNodeByPath() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp285 inline RenderHandle GetHandle(const string_view path, const unordered_map<string, RenderHandle>& nameToClientHandle) in GetHandle() argument
443 CreateClientData( const string_view path, const RenderHandleType type, const ClientDataIndices& cdi) CreateClientData() argument
846 GetShaderHandle(const string_view path, const string_view variantName) const GetShaderHandle() argument
1002 GetGraphicsStateHandle(const string_view path, const string_view variantName) const GetGraphicsStateHandle() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.cpp521 Vector4f RSSymbolAnimation::CalculateOffset(const Drawing::Path& path, const float offsetX, const float offsetY) in CalculateOffset() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp285 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp186 const char* path = "port_down.png"; in HWTEST_F() local
369 const char* path = "port_down.png"; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp352 RSPathAnimationMock(std::shared_ptr<RSPropertyBase> property, const std::string& path, in RSPathAnimationMock() argument
407 std::shared_ptr<RSPath> path; in HWTEST_F() local
843 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); in HWTEST_F() local

Completed in 39 milliseconds

1...<<171172173174175176177178179180>>...226