Home
last modified time | relevance | path

Searched defs:dataPath (Results 1 – 20 of 20) sorted by relevance

/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/kv_store/src/kvstore_impl_posix/
Dkv_store.c40 static int GetResolvedPath(const char* dataPath, const char* key, char* resolvedPath, unsigned int … in GetResolvedPath()
64 static int GetValueByFile(const char* dataPath, const char* key, char* value, unsigned int len) in GetValueByFile()
99 static int SetValueToFile(const char* dataPath, const char* key, const char* value) in SetValueToFile()
121 static int DeleteValueFromFile(const char* dataPath, const char* key) in DeleteValueFromFile()
136 static int InitKv(const char* dataPath) in InitKv()
161 static int GetCurrentItem(const char* dataPath) in GetCurrentItem()
193 static boolean NewItem(const char* dataPath, const char* key) in NewItem()
217 const char* dataPath = g_dataPath; in UtilsGetValue() local
246 const char* dataPath = g_dataPath; in UtilsSetValue() local
285 const char* dataPath = g_dataPath; in UtilsDeleteValue() local
/foundation/aafwk/aafwk_lite/frameworks/ability_lite/src/
Dability_env.cpp36 const std::string &dataPath = OHOS::AbilityEnvImpl::GetInstance().GetDataPath(); in GetDataPath() local
Dability_scheduler.cpp57 char *dataPath = reinterpret_cast<char *>(IpcIoPopString(data, nullptr)); in AmsCallback() local
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/bundle_daemon/src/
Dbundle_daemon_handler.cpp131 int32_t BundleDaemonHandler::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, bo… in CreateDataDirectory()
156 int32_t BundleDaemonHandler::RemoveInstallDirectory(const char *codePath, const char *dataPath, boo… in RemoveInstallDirectory()
268 bool BundleDaemonHandler::IsValideDataPath(const char *dataPath) in IsValideDataPath()
Dbundle_daemon.cpp207 const char *dataPath = reinterpret_cast<char *>(IpcIoPopString(req, &len)); in CreateDataDirectoryInvoke() local
275 std::string dataPath = ""; in RemoveInstallDirectoryInvoke() local
/foundation/aafwk/aafwk_lite/frameworks/ability_lite/include/
Dapp_info.h25 std::string dataPath; member
/foundation/aafwk/standard/frameworks/kits/appkit/native/app/include/
Dapplication_env_impl.h31 std::string dataPath; member
/foundation/ace/ace_engine_lite/frameworks/src/core/context/
Djs_app_context.cpp321 const char *dataPath = GetDataPath(); in GetResourcePath() local
344 char *dataPath = StringUtil::Malloc(dataPathSize); in ProcessResourcePathByConfiguration() local
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/
Dbundle_daemon_client.cpp289 int32_t BundleDaemonClient::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, boo… in RegisterCallback()
393 int32_t BundleDaemonClient::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool… in RegisterCallback()
Dbundle_info_creator.cpp121 std::string dataPath = dataDirPath + PATH_SEPARATOR + bundleProfile.bundleName; in SetBundleInfo() local
Dbundle_installer.cpp374 std::string dataPath = dataDirPath_ + PATH_SEPARATOR + record.bundleName; in HandleFileAndBackUpRecord() local
Dgt_bundle_parser.cpp639 char *dataPath = reinterpret_cast<char *>(UI_Malloc(len)); in SetBundleInfo() local
Dgt_bundle_installer.cpp444 const char *randStr, const char *dataPath, bool isUpdate) in HandleFileAndBackUpRecord()
Dbundle_manager_service.cpp642 char *dataPath = installedInfo->dataPath; in GetBundleSize() local
Dgt_bundle_manager_service.cpp223 char *dataPath = installedInfo->dataPath; in GetBundleSize() local
/foundation/appexecfwk/appexecfwk_lite/interfaces/kits/bundle_lite/
Dbundle_info.h102 char *dataPath; member
/foundation/appexecfwk/appexecfwk_lite/frameworks/bundle_lite/src/
Dbundle_info_utils.cpp197 bool BundleInfoUtils::SetBundleInfoDataPath(BundleInfo *bundleInfo, const char *dataPath) in SetBundleInfoDataPath()
/foundation/appexecfwk/standard/services/bundlemgr/src/installd/
Dinstalld_operator.cpp261 bool InstalldOperator::DeleteFiles(const std::string &dataPath) in DeleteFiles()
/foundation/ace/ace_engine_lite/frameworks/src/core/components/
Dcamera_component.cpp141 const char *dataPath = GetDataPath(); in CreateFilePath() local
/foundation/ace/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp793 std::string dataPath = filesDataPath.substr(0, baseIndex + baseDir.length()); in InitOHOSWeb() local