Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/native/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/ability/ability_lite/frameworks/ability_lite/src/
Dability_env.cpp36 const std::string &dataPath = OHOS::AbilityEnvImpl::GetInstance().GetDataPath(); in GetDataPath() local
Dability_scheduler.cpp48 char *dataPath = reinterpret_cast<char *>(ReadString(data, nullptr)); in AmsCallback() local
/foundation/bundlemanager/bundle_framework_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.cpp193 const char *dataPath = reinterpret_cast<char *>(ReadString(req, &len)); in CreateDataDirectoryInvoke() local
250 std::string dataPath = ""; in RemoveInstallDirectoryInvoke() local
/foundation/ability/ability_lite/frameworks/ability_lite/include/
Dapp_info.h25 std::string dataPath; member
/foundation/multimedia/histreamer/tests/st/helper/
Dlite_stream_player.cpp132 int ReadDataFromFile(std::string dataPath) in ReadDataFromFile()
162 int StartLiteStreamPlayer(const std::string& dataPath) in StartLiteStreamPlayer()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
Dapplication_env_impl.h31 std::string dataPath; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_daemon_client.cpp270 int32_t BundleDaemonClient::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, boo… in RegisterCallback()
364 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.cpp371 std::string dataPath = dataDirPath_ + PATH_SEPARATOR + record.bundleName; in HandleFileAndBackUpRecord() local
Dgt_bundle_parser.cpp633 char *dataPath = reinterpret_cast<char *>(UI_Malloc(len)); in SetBundleInfo() local
Dgt_bundle_installer.cpp450 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.cpp244 char *dataPath = installedInfo->dataPath; in GetBundleSize() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
Djs_app_context.cpp323 const char *dataPath = GetDataPath(); in GetResourcePath() local
346 char *dataPath = StringUtil::Malloc(dataPathSize); in ProcessResourcePathByConfiguration() local
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
Dbundle_info.h102 char *dataPath; member
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
Dbundle_info_utils.cpp197 bool BundleInfoUtils::SetBundleInfoDataPath(BundleInfo *bundleInfo, const char *dataPath) in SetBundleInfoDataPath()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcamera_component.cpp141 const char *dataPath = GetDataPath(); in CreateFilePath() local
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/
Dbundle_mgr_sandbox_app_system_test.cpp253 auto dataPath = BUNDLE_DATA_DIR1 + innerBundleName; in CheckPathAreExisted() local
289 auto dataPath = BUNDLE_DATA_DIR1 + innerBundleName; in CheckPathAreNonExisted() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_operator.cpp478 bool InstalldOperator::DeleteFiles(const std::string &dataPath) in DeleteFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/
Dbms_bundle_sandbox_app_test.cpp307 auto dataPath = BUNDLE_DATA_DIR1 + innerBundleName; in CheckPathAreExisted() local
343 auto dataPath = BUNDLE_DATA_DIR1 + innerBundleName; in CheckPathAreNonExisted() local
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp1527 std::string dataPath = filesDataPath.substr(0, baseIndex + baseDir.length()); in PrepareInitOHOSWeb() local