Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dapplication_context.h95 void GetAllTempDir(std::vector<std::string> &tempPaths);
H A Dcontext_impl.h91 virtual void GetAllTempDir(std::vector<std::string> &tempPaths);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dapplication_context.cpp574 void ApplicationContext::GetAllTempDir(std::vector<std::string> &tempPaths) in GetAllTempDir() argument
580 contextImpl_->GetAllTempDir(tempPaths); in GetAllTempDir()
H A Dcontext_impl.cpp298 void ContextImpl::GetAllTempDir(std::vector<std::string> &tempPaths) in GetAllTempDir() argument
303 tempPaths.push_back(appTemp); in GetAllTempDir()
325 tempPaths.push_back(moudleTemp); in GetAllTempDir()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dapplication_context_test.cpp1183 std::vector<std::string> tempPaths; variable
1184 context_->GetAllTempDir(tempPaths);