Home
last modified time | relevance | path

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

12

/drivers/hdf_core/adapter/uhdf2/hdi/test/object_collector/
H A Dobject_collector_test.cpp52 bool remove = false; in HWTEST_F() local
54 remove = true; in HWTEST_F()
56 ASSERT_EQ(remove, true); in HWTEST_F()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_utils.cpp57 str.erase(std::remove(str.begin(), str.end(), '\n'), str.end()); in TrimStr()
58 str.erase(std::remove(str.begin(), str.end(), '\r'), str.end()); in TrimStr()
H A Dthermal_dfx.cpp238 if (remove(unCompressFile.c_str()) != 0) { in CompressFile()
239 THERMAL_HILOGW(COMP_HDI, "failed to remove file %{public}s", unCompressFile.c_str()); in CompressFile()
243 if (remove(g_saveLogFile.front().c_str()) != 0) { in CompressFile()
244 THERMAL_HILOGW(COMP_HDI, "failed to remove file %{public}s", compressFile.c_str()); in CompressFile()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_delete_handler.py108 os.remove(file_path)
174 hdf_service_contexts_lines.remove(new_line)
190 [hdf_service_contexts_lines.remove(temp) for temp in temp_replace_list]
206 info.get("components").remove(interface_dict)
218 pre_dict[list(pre_dict.keys())[1]].remove(result_test_str)
/drivers/hdf_core/framework/tools/idl-gen/testcase/
H A Dtest_header_parser.py15 from os import remove namespace
282 remove(back_file)
283 remove(file_name)
314 remove(back_file)
315 remove(file_name)
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/
H A Dpathselectconfig_fuzzer.cpp53 remove(tmpfile); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/
H A Deffectconfig_fuzzer.cpp52 remove(tmpfile); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/audiocardconfig_fuzzer/
H A Daudiocardconfig_fuzzer.cpp49 remove(tmpfile); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h47 ResultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNode); member
/drivers/hdf_core/adapter/khdf/linux/platform/regulator/
H A Dregulator_adapter_consumer.c67 .remove = RegulatorAdapterConsumerPlatformRemove,
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_vendor_makefile.py58 self.contents.remove(delete_template)
H A Dhdf_defconfig_patch.py61 lines.remove(self.new_demo_config[-1].encode("utf-8"))
65 lines.remove(("+" + self.new_demo_config[-1]).encode("utf-8"))
H A Dhdf_driver_config_file.py64 os.remove(self.drv_config_path)
/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dregulator_linux_current_virtual_driver.c189 .remove = VirtualCurrentRegulatorPlatformRemove,
H A Dadc_linux_virtual_iio_driver.c199 .remove = VirtualAdcPlatformRemove,
H A Dregulator_linux_voltage_virtual_driver.c191 .remove = VirtualVoltageRegulatorPlatformRemove,
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dfile_operator.c124 int ret = remove(fileName); in DeleteFile()
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dfile_operator.c133 int ret = remove(fileName); in DeleteFile()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c170 if (g_poolList->remove(g_poolList, (void *)executorInfo, IsExecutorNodeMatch, true) != RESULT_SUCCESS) { in RegisterExecutorToPool()
171 LOG_INFO("remove executor failed"); in RegisterExecutorToPool()
204 return g_poolList->remove(g_poolList, (void *)&executorIndex, IsExecutorIdMatchById, true); in UnregisterExecutorToPool()
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_ap_iface.cpp52 instances_.erase(std::remove(instances_.begin(), instances_.end(), instance), instances_.end()); in RemoveInstance()
/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dlinked_list.c160 list->remove = RemoveNode; in CreateLinkedList()
/drivers/hdf_core/adapter/khdf/linux/platform/pwm/
H A Dpwm_hi35xx_linux.c195 .remove = PwmRemove,
/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_session_service.cpp228 keyIdBase64.erase(std::remove(keyIdBase64.begin(), keyIdBase64.end(), '\0'), keyIdBase64.end()); in RestoreOfflineMediaKeys()
389 tempKeyIdBase64.erase(std::remove(tempKeyIdBase64.begin(), tempKeyIdBase64.end(), '\0'), tempKeyIdBase64.end()); in GetOfflineKeyFromFile()
H A Dmedia_key_system_service.cpp218 keyIdBase64.erase(std::remove(keyIdBase64.begin(), keyIdBase64.end(), '\0'), keyIdBase64.end()); in GetOfflineMediaKeyStatus()
344 tempKeyIdBase64.erase(std::remove(tempKeyIdBase64.begin(), tempKeyIdBase64.end(), '\0'), tempKeyIdBase64.end()); in GetOfflineKeyFromFile()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js234 remove() {
895 current.remove();
913 current.remove();

Completed in 11 milliseconds

12