Home
last modified time | relevance | path

Searched refs:RemovePath (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp48 void RemovePath(const string &path) in RemovePath() function
61 RemovePath(fileName); in RemovePath()
160 RemovePath(g_testPath); in TearDownTestCase()
172 RemovePath(g_packageResultPath); in TearDown()
173 RemovePath(g_unpackResultPath); in TearDown()
235 RemovePath(g_sourcePath);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h246 void RemovePath(const std::string &path);
253 void RemovePath(const PatternsMatcher &patternsMatcher);
261 void RemovePath(const std::string &path, const MatchType &matchType);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfilesystem_api.cpp61 bool RemovePath(const string_view path) override;
245 bool FileMonitorImpl::RemovePath(const string_view path) in RemovePath() function in FileMonitorImpl
248 return fileMonitor_->RemovePath(path); in RemovePath()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmovedir.cpp70 static int RemovePath(const string& pathStr) in RemovePath() function
110 int removeRes = RemovePath(dest); in CopyAndDeleteFile()
121 return RemovePath(src); in CopyAndDeleteFile()
231 res = RemovePath(srcTemp); in RecurMoveDir()
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_wrapper/include/
H A Dlibinput_wrapper.h37 void RemovePath(const std::string &path);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_monitor.h49 virtual bool RemovePath(BASE_NS::string_view path) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.h42 bool RemovePath(const std::string &aPath);
H A DFileMonitor.cpp196 bool FileMonitor::RemovePath(const std::string& aPath) in RemovePath() function in ige::FileMonitor
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.h44 bool RemovePath(BASE_NS::string_view path);
H A Dfile_monitor.cpp118 bool FileMonitor::RemovePath(const string_view inPath) in RemovePath() function in FileMonitor
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp337 void Skills::RemovePath(const std::string &path) in RemovePath() function in OHOS::AAFwk::Skills
351 void Skills::RemovePath(const PatternsMatcher &patternsMatcher) in RemovePath() function in OHOS::AAFwk::Skills
367 void Skills::RemovePath(const std::string &path, const MatchType &matchType) in RemovePath() function in OHOS::AAFwk::Skills
370 RemovePath(pm); in RemovePath()
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_wrapper/src/
H A Dlibinput_wrapper.cpp131 void LibinputWrapper::RemovePath(const std::string &path) in RemovePath() function in OHOS::MMI::LibinputWrapper
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
H A Dcrown_transform_processor_test.cpp82 libinput_.RemovePath(vCrown_.GetDevPath()); in CloseCrown()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp496 static int RemovePath(const string& pathStr) in RemovePath() function
541 int removeRes = RemovePath(dest); in CopyAndDeleteFile()
558 return RemovePath(src); in CopyAndDeleteFile()
613 res = RemovePath(srcTemp); in RecurMoveDir()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp348 base_->RemovePath(pm);
460 base_->RemovePath(path);
664 base_->RemovePath(path, MatchType::DEFAULT);
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp84 libinput_.RemovePath(vMouse_.GetDevPath()); in CloseMouse()
H A Dmouse_transform_processor_test.cpp91 libinput_.RemovePath(vMouse_.GetDevPath()); in CloseMouse()
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/test/
H A Dkey_event_normalize_test.cpp79 libinput_.RemovePath(vKeyboard_.GetDevPath()); in CloseKeyboard()
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_transform_processor_test.cpp75 libinput_.RemovePath(vTouchscreen_.GetDevPath()); in CloseTouchscreen()
H A Dtouchpad_transform_processor_test.cpp86 libinput_.RemovePath(vTouchpad_.GetDevPath()); in CloseTouchpad()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dinput_event_handler_test.cpp88 libinput_.RemovePath(vTouchpad_.GetDevPath()); in CloseTouchpad()