Home
last modified time | relevance | path

Searched refs:sandBoxPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sms-sys.md67 let filePath: string = sandBoxPath + 'SendReq.mms';
99 const sandBoxPath = '/data/storage/el2/base/files/';
100 let filePath = sandBoxPath + 'SendReq.mms';
182 let filePath: string = sandBoxPath + 'SendReq.mms';
213 const sandBoxPath = '/data/storage/el2/base/files/';
214 let filePath = sandBoxPath + 'SendReq.mms';
290 let filePath: string = sandBoxPath + 'RetrieveConf.mms';
325 const sandBoxPath = '/data/storage/el2/base/files/';
326 let filePath = sandBoxPath + 'RetrieveConf.mms';
445 const sandBoxPath = '/data/storage/el2/base/files/';
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp777 bool BundleUtil::RevertToRealPath(const std::string &sandBoxPath, const std::string &bundleName, st… in RevertToRealPath() argument
779 if (sandBoxPath.empty() || bundleName.empty() || in RevertToRealPath()
780 (sandBoxPath.find(ServiceConstants::SANDBOX_DATA_PATH) == std::string::npos && in RevertToRealPath()
781 sandBoxPath.find(ServiceConstants::APP_INSTALL_SANDBOX_PATH) == std::string::npos)) { in RevertToRealPath()
786 realPath = sandBoxPath; in RevertToRealPath()
787 if (sandBoxPath.find(ServiceConstants::SANDBOX_DATA_PATH) == 0) { in RevertToRealPath()
792 } else if (sandBoxPath.find(ServiceConstants::APP_INSTALL_SANDBOX_PATH) == 0) { in RevertToRealPath()
/ohos5.0/base/telephony/sms_mms/
H A DREADME_zh.md301 const sandBoxPath = '/data/storage/el2/base/files/';
302 let filePath = sandBoxPath + 'SendReq.mms';
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sms-sys.md67 let filePath: string = sandBoxPath + 'SendReq.mms';
99 const sandBoxPath = '/data/storage/el2/base/files/';
100 let filePath = sandBoxPath + 'SendReq.mms';
182 let filePath: string = sandBoxPath + 'SendReq.mms';
213 const sandBoxPath = '/data/storage/el2/base/files/';
214 let filePath = sandBoxPath + 'SendReq.mms';
290 let filePath: string = sandBoxPath + 'RetrieveConf.mms';
325 const sandBoxPath = '/data/storage/el2/base/files/';
326 let filePath = sandBoxPath + 'RetrieveConf.mms';
445 const sandBoxPath = '/data/storage/el2/base/files/';
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h201 …static bool RevertToRealPath(const std::string &sandBoxPath, const std::string &bundleName, std::s…