Home
last modified time | relevance | path

Searched full:join (Results 26 - 50 of 74) sorted by relevance

123

/drivers/interface/wlan/hostapd/v1_0/
H A DIHostapdCallback.idl60 * @brief Wi-Fi Hal calls back the STA to join the AP.
62 * @param staJoinParm Indicates the sta join content.
H A DHostapdTypes.idl57 /** Wi-Fi Hal callback the STA to join and AP status. */
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_liteos_scann.py85 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 Dhdf_defconfig_patch.py32 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 Dhdf_set_handler.py30 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 Dhdf_tool_commands.py48 return ' '.join(helps)
H A Dhdf_command_handler_base.py77 ret[board_index] = '_'.join([ret[board_index], value])
H A Dhdf_lite_settings_mk_file.py36 hdf_utils.write_file(self.file_path, ''.join(self.lines))
H A Dhdf_lite_kconfig_file.py33 hdf_utils.write_file(self.file_path, ''.join(self.lines))
H A Dhdf_model_enable_operation.py191 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 Dhdf_command_line_server.py41 bytes_packet = bytearray().join([header, body])
H A Dhdf_dot_config_file.py41 file_read.write(''.join(self.lines))
/drivers/hdf_core/framework/tools/idl-gen/
H A Didl_generator.py62 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 Dbuffer_manager_utest.cpp116 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 Dkconfig_file_add_config.py19 template_path = os.path.join(template_path,
/drivers/peripheral/camera/vdi_base/common/utils/watchdog/
H A Dwatchdog.cpp42 handleThread_->join(); in ~WatchDog()
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dinject_thread.cpp35 thread_.join(); in ~InjectThread()
/drivers/hdf_core/framework/tools/hdi-gen/
H A Dbuild_hdi_files_info.py141 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 DTimeOutExecutor.h146 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 DNapiLog.js50 let detail = args.join(' ');
/drivers/peripheral/camera/test/ut/v4l2/
H A Dstream_customer.cpp93 previewThreadId_->join(); in ReceiveFrameOff()
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H A Dsorft_vsync.cpp56 thread_->join(); in ~SorftVsync()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hal_p2p_struct.h80 int mode; // [join|auth]
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/
H A Dsource_node.cpp232 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 Ddisplay_vgu.h103 * @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

Completed in 13 milliseconds

123