/drivers/interface/wlan/hostapd/v1_0/ |
H A D | IHostapdCallback.idl | 60 * @brief Wi-Fi Hal calls back the STA to join the AP. 62 * @param staJoinParm Indicates the sta join content.
|
H A D | HostapdTypes.idl | 57 /** Wi-Fi Hal callback the STA to join and AP status. */
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_liteos_scann.py | 85 parent_path_model = os.path.sep.join(
89 model_file_path = os.path.join(parent_path_model, model_path[1:-2])
100 model_build = os.path.join(path, "BUILD.gn")
124 model_build = os.path.join(parent, "BUILD.gn")
177 model_build = os.path.join(path, "BUILD.gn")
298 driver_configs.append(os.path.join(path, file_name))
317 replace_finish.append(os.path.join(path, temp_path))
400 key_name = ''.join(["HDF", enable_name_lower.
|
H A D | hdf_defconfig_patch.py | 32 return os.path.join(self.root, "kernel", self.kernel, "config")
35 return os.path.join(self.root, "kernel", self.kernel, "patches")
39 new_path = os.path.join(path, filename)
|
H A D | hdf_set_handler.py | 30 setattr(namespace, self.dest, " ".join(values)) 46 help=' '.join(self.handlers.keys()), 100 [os.path.join(root, config) for config in orig_dot_configs]
|
H A D | hdf_tool_commands.py | 48 return ' '.join(helps)
|
H A D | hdf_command_handler_base.py | 77 ret[board_index] = '_'.join([ret[board_index], value])
|
H A D | hdf_lite_settings_mk_file.py | 36 hdf_utils.write_file(self.file_path, ''.join(self.lines))
|
H A D | hdf_lite_kconfig_file.py | 33 hdf_utils.write_file(self.file_path, ''.join(self.lines))
|
H A D | hdf_model_enable_operation.py | 191 return os.path.join(self.root, "kernel", kernel, "config")
194 return os.path.join(self.root, "kernel", kernel, "patches")
205 file_path.append(os.path.join(roots, file_name))
|
H A D | hdf_command_line_server.py | 41 bytes_packet = bytearray().join([header, body])
|
H A D | hdf_dot_config_file.py | 41 file_read.write(''.join(self.lines))
|
/drivers/hdf_core/framework/tools/idl-gen/ |
H A D | idl_generator.py | 62 path = os.path.join(root_path, file) 144 tt = re.search("import\\s+\\S+.Types", "".join(self._idl)) 155 if original_idl != "".join(self._idl): 202 if "".join(self._idl).endswith(','): 203 self._idl = ["".join(self._idl)[:-1], ");\n"] 296 file = os.path.join(self._make_output_dir(file_path), file_name).replace('\\', '/') 300 fp.write("".join(self._idl)) 333 return ".".join(out_path_temp)
|
/drivers/peripheral/camera/test/ut/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 116 enqueueThread.join(); in HWTEST_F() 121 consumerThread.join(); in HWTEST_F() 138 user1.join(); in HWTEST_F() 139 user2.join(); in HWTEST_F() 259 task.join(); in HWTEST_F() 336 dispatchBufferTask.join(); in HWTEST_F() 337 acquireBufferTask.join(); in HWTEST_F() 338 returnBufferTask.join(); in HWTEST_F() 373 enqueueThread.join(); in HWTEST_F() 764 collectThread_->join(); in StopStream() [all...] |
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/ |
H A D | kconfig_file_add_config.py | 19 template_path = os.path.join(template_path,
|
/drivers/peripheral/camera/vdi_base/common/utils/watchdog/ |
H A D | watchdog.cpp | 42 handleThread_->join(); in ~WatchDog()
|
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | inject_thread.cpp | 35 thread_.join(); in ~InjectThread()
|
/drivers/hdf_core/framework/tools/hdi-gen/ |
H A D | build_hdi_files_info.py | 141 key = "".join(token_value) 160 self.cur_token.value = "".join(token_value) 170 self.cur_token.value = "".join(token_value) 181 value = "".join(token_value) 538 return os.path.join(Option.gen_dir, package_dir_without_version) 546 return os.path.join(Option.gen_dir, sub_package_dir) 562 return "".join(result) 617 return os.path.join(file_dir, "{}.h".format(name)) 621 return os.path.join(file_dir, "{}.c".format(name)) 625 return os.path.join(file_di [all...] |
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | TimeOutExecutor.h | 146 cv->notify_one(); //notify join thread completion in Execute() 158 workThread.join(); in Execute()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | NapiLog.js | 50 let detail = args.join(' ');
|
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | stream_customer.cpp | 93 previewThreadId_->join(); in ReceiveFrameOff()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/ |
H A D | sorft_vsync.cpp | 56 thread_->join();
in ~SorftVsync()
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_p2p_struct.h | 80 int mode; // [join|auth]
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/ |
H A D | source_node.cpp | 232 collector->join(); in CollectorJoin() 235 CAMERA_LOGI("SourceNode::PortHandler::collector::join exit"); in CollectorJoin() 338 distributor->join(); in DistributorJoin()
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_vgu.h | 103 * @brief Enumerates join types for stroked lines. 107 VGU_LINE_JOIN_MITER = 0, /* < A join with a sharp corner (default value) */ 108 VGU_LINE_JOIN_ROUND, /* < A join with a rounded end */ 109 VGU_LINE_JOIN_BEVEL, /* < A join with a squared-off end */ 414 VGUJointType join; /* < Join type */ member
|