/drivers/hdf_core/adapter/uhdf2/hdi/test/object_collector/ |
H A D | object_collector_test.cpp | 52 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 D | thermal_hdf_utils.cpp | 57 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 D | thermal_dfx.cpp | 238 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 D | hdi_delete_handler.py | 108 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 D | test_header_parser.py | 15 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 D | pathselectconfig_fuzzer.cpp | 53 remove(tmpfile); in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/ |
H A D | effectconfig_fuzzer.cpp | 52 remove(tmpfile); in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/audiocardconfig_fuzzer/ |
H A D | audiocardconfig_fuzzer.cpp | 49 remove(tmpfile); in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | linked_list.h | 47 ResultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNode); member
|
/drivers/hdf_core/adapter/khdf/linux/platform/regulator/ |
H A D | regulator_adapter_consumer.c | 67 .remove = RegulatorAdapterConsumerPlatformRemove,
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_vendor_makefile.py | 58 self.contents.remove(delete_template)
|
H A D | hdf_defconfig_patch.py | 61 lines.remove(self.new_demo_config[-1].encode("utf-8"))
65 lines.remove(("+" + self.new_demo_config[-1]).encode("utf-8"))
|
H A D | hdf_driver_config_file.py | 64 os.remove(self.drv_config_path)
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | regulator_linux_current_virtual_driver.c | 189 .remove = VirtualCurrentRegulatorPlatformRemove,
|
H A D | adc_linux_virtual_iio_driver.c | 199 .remove = VirtualAdcPlatformRemove,
|
H A D | regulator_linux_voltage_virtual_driver.c | 191 .remove = VirtualVoltageRegulatorPlatformRemove,
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | file_operator.c | 124 int ret = remove(fileName); in DeleteFile()
|
/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
H A D | file_operator.c | 133 int ret = remove(fileName); in DeleteFile()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | pool.c | 170 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 D | wifi_ap_iface.cpp | 52 instances_.erase(std::remove(instances_.begin(), instances_.end(), instance), instances_.end()); in RemoveInstance()
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | linked_list.c | 160 list->remove = RemoveNode; in CreateLinkedList()
|
/drivers/hdf_core/adapter/khdf/linux/platform/pwm/ |
H A D | pwm_hi35xx_linux.c | 195 .remove = PwmRemove,
|
/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_session_service.cpp | 228 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 D | media_key_system_service.cpp | 218 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 D | ast.js | 234 remove() { 895 current.remove(); 913 current.remove();
|