Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dapplication_context.h97 void GetAllTempDir(std::vector<std::string> &tempPaths);
H A Dcontext_impl.h89 * @param tempPaths Return all temporary directories of the application.
91 virtual void GetAllTempDir(std::vector<std::string> &tempPaths);
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dapplication_context.cpp575 void ApplicationContext::GetAllTempDir(std::vector<std::string> &tempPaths) in GetAllTempDir() argument
581 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()
/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dapplication_context_test.cpp1183 std::vector<std::string> tempPaths; in HWTEST_F() local
1184 context_->GetAllTempDir(tempPaths); in HWTEST_F()

Completed in 7 milliseconds