/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_file_package_test.cpp | 48 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 D | skills.h | 246 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 D | filesystem_api.cpp | 61 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 D | movedir.cpp | 70 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 D | libinput_wrapper.h | 37 void RemovePath(const std::string &path);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/ |
H A D | intf_file_monitor.h | 49 virtual bool RemovePath(BASE_NS::string_view path) = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/ |
H A D | FileMonitor.h | 42 bool RemovePath(const std::string &aPath);
|
H A D | FileMonitor.cpp | 196 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 D | file_monitor.h | 44 bool RemovePath(BASE_NS::string_view path);
|
H A D | file_monitor.cpp | 118 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 D | skills.cpp | 337 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 D | libinput_wrapper.cpp | 131 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 D | crown_transform_processor_test.cpp | 82 libinput_.RemovePath(vCrown_.GetDevPath()); in CloseCrown()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.cpp | 496 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 D | skills_test.cpp | 348 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 D | mouse_event_normalize_test.cpp | 84 libinput_.RemovePath(vMouse_.GetDevPath()); in CloseMouse()
|
H A D | mouse_transform_processor_test.cpp | 91 libinput_.RemovePath(vMouse_.GetDevPath()); in CloseMouse()
|
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/test/ |
H A D | key_event_normalize_test.cpp | 79 libinput_.RemovePath(vKeyboard_.GetDevPath()); in CloseKeyboard()
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_transform_processor_test.cpp | 75 libinput_.RemovePath(vTouchscreen_.GetDevPath()); in CloseTouchscreen()
|
H A D | touchpad_transform_processor_test.cpp | 86 libinput_.RemovePath(vTouchpad_.GetDevPath()); in CloseTouchpad()
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | input_event_handler_test.cpp | 88 libinput_.RemovePath(vTouchpad_.GetDevPath()); in CloseTouchpad()
|