Home
last modified time | relevance | path

Searched refs:remove (Results 1 - 25 of 468) sorted by relevance

12345678910>>...19

/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_display_test.cpp94 remove(imgPath.c_str()); in TakeScreenshotBySpecifiedParam()
100 remove(imgPath.c_str()); in TakeScreenshotBySpecifiedParam()
119 remove(imgPath[i].c_str()); in HWTEST_F()
127 remove(imgPath[i].c_str()); in HWTEST_F()
148 remove(imgPath[i].c_str()); in HWTEST_F()
157 remove(imgPath[i].c_str()); in HWTEST_F()
250 remove(imgPath[i].c_str()); in HWTEST_F()
259 remove(imgPath[i].c_str()); in HWTEST_F()
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/
H A Dcompilation_test.cpp956 EXPECT_EQ(0, remove("0.nncache")); in HWTEST_F()
957 EXPECT_EQ(0, remove("1.nncache")); in HWTEST_F()
958 EXPECT_EQ(0, remove("cache_info.nncache")); in HWTEST_F()
979 EXPECT_EQ(0, remove("0.nncache")); in HWTEST_F()
980 EXPECT_EQ(0, remove("1.nncache")); in HWTEST_F()
981 EXPECT_EQ(0, remove("cache_info.nncache")); in HWTEST_F()
1001 EXPECT_EQ(0, remove("0.nncache")); in HWTEST_F()
1002 EXPECT_EQ(0, remove("1.nncache")); in HWTEST_F()
1003 EXPECT_EQ(0, remove("cache_info.nncache")); in HWTEST_F()
1023 EXPECT_EQ(0, remove(" in HWTEST_F()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/
H A Dcompilation_test.cpp956 EXPECT_EQ(0, remove("0.nncache")); in HWTEST_F()
957 EXPECT_EQ(0, remove("1.nncache")); in HWTEST_F()
958 EXPECT_EQ(0, remove("cache_info.nncache")); in HWTEST_F()
979 EXPECT_EQ(0, remove("0.nncache")); in HWTEST_F()
980 EXPECT_EQ(0, remove("1.nncache")); in HWTEST_F()
981 EXPECT_EQ(0, remove("cache_info.nncache")); in HWTEST_F()
1001 EXPECT_EQ(0, remove("0.nncache")); in HWTEST_F()
1002 EXPECT_EQ(0, remove("1.nncache")); in HWTEST_F()
1003 EXPECT_EQ(0, remove("cache_info.nncache")); in HWTEST_F()
1023 EXPECT_EQ(0, remove(" in HWTEST_F()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_mem.c52 struct list_head *remove; in kutf_mempool_destroy() local
60 list_for_each_safe(remove, tmp, &pool->head) { in kutf_mempool_destroy()
63 remove_alloc = list_entry(remove, struct kutf_alloc_entry, node); in kutf_mempool_destroy()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_mem.c57 struct list_head *remove; in kutf_mempool_destroy() local
66 list_for_each_safe(remove, tmp, &pool->head) { in kutf_mempool_destroy()
69 remove_alloc = list_entry(remove, struct kutf_alloc_entry, node); in kutf_mempool_destroy()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dscene_board_judgement_test.cpp92 std::remove(input.c_str()); in HWTEST_F()
112 std::remove("test_config.txt"); in HWTEST_F()
132 std::remove("test_config.txt"); in HWTEST_F()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dsdio.c109 * It is okay to remove the function here even though we hold in sdio_init_func()
720 goto remove; in mmc_sdio_init_card()
728 goto remove; in mmc_sdio_init_card()
760 goto remove; in mmc_sdio_init_card()
802 goto remove; in mmc_sdio_init_card()
836 goto remove; in mmc_sdio_init_card()
844 goto remove; in mmc_sdio_init_card()
854 goto remove; in mmc_sdio_init_card()
867 goto remove; in mmc_sdio_init_card()
874 goto remove; in mmc_sdio_init_card()
[all...]
/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp98 recorderProfilesClientList_.remove(recorderProfiles); in DestroyMediaProfileService()
106 recorderClientList_.remove(recorder); in DestroyRecorderService()
154 transCoderClientList_.remove(transCoder); in DestroyTransCoderService()
183 playerClientList_.remove(player); in DestroyPlayerService()
213 avMetadataHelperClientList_.remove(avMetadataHelper); in DestroyAVMetadataHelperService()
245 screenCaptureMonitorClientList_.remove(screenCaptureMonitor); in DestroyScreenCaptureMonitorService()
273 screenCaptureClientList_.remove(screenCapture); in DestroyScreenCaptureService()
303 screenCaptureControllerList_.remove(controller); in DestroyScreenCaptureControllerClient()
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_xml_utils_test.cpp120 std::remove(file.c_str()); in HWTEST_F()
158 std::remove(file.c_str()); in HWTEST_F()
186 std::remove(file.c_str()); in HWTEST_F()
225 std::remove(file.c_str()); in HWTEST_F()
265 std::remove(file.c_str()); in HWTEST_F()
305 std::remove(file.c_str()); in HWTEST_F()
337 std::remove(file.c_str()); in HWTEST_F()
369 std::remove(file.c_str()); in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/
H A Dsession_stack.cpp40 stack_.remove(it->second); in UpdateSessionSort()
55 stack_.remove(it->second); in RemoveSession()
72 stack_.remove(it->second); in RemoveSession()
92 stack_.remove(result); in RemoveSession()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhimedia.h52 HI_S32 (*remove)(pm_basedev *); member
64 HI_S32 (*remove)(pm_basedev *); member
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/timerthread/
H A Dtimer_thread.cpp86 listIterator.remove(); in Traverse()
126 listIterator.remove(); in StopTimerTaskInner()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp47 if (std::remove(filePath.c_str()) != 0) { in RemoveEnhanceDb()
48 LOG_ERROR("remove %{public}s failed.", ExtractFileName(filePath).c_str()); in RemoveEnhanceDb()
58 LOG_ERROR("remove dbFilePath failed."); in RemoveEnhanceDbFileIfNeed()
226 std::remove(filePath.c_str()); in DeletePreferences()
227 std::remove(backupPath.c_str()); in DeletePreferences()
228 std::remove(brokenPath.c_str()); in DeletePreferences()
234 std::remove(lockFilePath.c_str()); in DeletePreferences()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dexpire_lru_cache.h151 keys_.remove(key); in DoGet()
164 keys_.remove(key); in DoRemove()
182 keys_.remove(iter->first); in DoClearExpiredCache()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/common/
H A Ddocumentdb_test_utils.cpp21 (void)remove(dir.c_str()); in RemoveTestDbFiles()
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue.cpp208 freeList_.remove(buffer); in Detach()
209 dirtyList_.remove(buffer); in Detach()
210 allBuffers_.remove(buffer); in Detach()
285 dirtyList_.remove(tmpBuffer); in Reset()
286 allBuffers_.remove(tmpBuffer); in Reset()
315 dirtyList_.remove(tmpBuffer); in SetQueueSize()
316 allBuffers_.remove(tmpBuffer); in SetQueueSize()
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dability_recovery.cpp201 remove(path); in ReadSerializeDataFromFile()
208 remove(path); in ReadSerializeDataFromFile()
215 remove(path); in ReadSerializeDataFromFile()
223 remove(path); in ReadSerializeDataFromFile()
234 remove(path); in ReadSerializeDataFromFile()
240 remove(path); in ReadSerializeDataFromFile()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_utils.py100 os.remove(name)
238 temp.remove(cfg)
247 except_list.remove('others')
295 val_list.remove('others') if 'others' in val_list else None
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_utils.py100 os.remove(name)
238 temp.remove(cfg)
247 except_list.remove('others')
295 val_list.remove('others') if 'others' in val_list else None
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp95 int err = remove(devPath_.c_str()); in DoDestroy()
177 LOGE("volume mount path %{public}s exists, please remove first", GetMountPath().c_str()); in DoMount()
203 remove(mountPath_.c_str()); in DoMount()
218 remove(mountPath_.c_str()); in DoUMount()
224 int err = remove(mountPath_.c_str()); in DoUMount()
231 LOGE("failed to call remove(%{public}s) error, errno = %{public}d", mountPath_.c_str(), errno); in DoUMount()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_utils_test.cpp68 fs::remove(flagPath); in TearDownTestCase()
109 fs::remove(entry.path()); in HWTEST_F()
155 fs::remove(entry.path()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.cpp183 if (remove(subPath.c_str()) != 0) { in ForceRemoveDirectory()
194 if (remove(currentPath.c_str()) != 0) { in ForceRemoveDirectory()
206 return remove(fileName.c_str()) == 0; in RemoveFile()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp81 // remove the '/' slash, which is not used in windows. in ValidatePath()
115 return std::filesystem::remove(U8Path(path), ec) && !ec; in DeleteFile()
117 return std::remove(path.c_str()) == 0; in DeleteFile()
149 return std::filesystem::remove(U8Path(path), ec) && !ec; in DeleteDirectory()
179 // remove the extraneous slash in StdFilesystem()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dend_point_test.cpp75 (void)remove("/data/service/el1/public/database/odmf/key"); in TearDownTestCase()
76 (void)remove("/data/service/el1/public/database/odmf/kvdb"); in TearDownTestCase()
77 (void)remove("/data/service/el1/public/database/odmf"); in TearDownTestCase()
/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
H A Ddistributed_test.cpp119 (void)remove("/data/service/el1/public/database/odmf/key"); in TearDownTestCase()
120 (void)remove("/data/service/el1/public/database/odmf/kvdb"); in TearDownTestCase()
121 (void)remove("/data/service/el1/public/database/odmf"); in TearDownTestCase()

Completed in 15 milliseconds

12345678910>>...19