Home
last modified time | relevance | path

Searched refs:set (Results 1 - 25 of 56) sorted by relevance

123

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dstartup_cfg_gen.h15 #include <set>
69 void EmitDynamicLoad(const std::string &name, std::set<std::string> &configedKeywords);
71 void EmitPathInfo(const std::string &name, std::set<std::string> &configedKeywords);
73 void EmitIdInfo(const std::string &name, std::set<std::string> &configedKeywords);
75 void EmitHostCapsInfo(const std::string &name, std::set<std::string> &configedKeywords);
77 void EmitHostCriticalInfo(const std::string &name, std::set<std::string> &configedKeywords);
79 void EmitSandBoxInfo(const std::string &name, std::set<std::string> &configedKeywords);
81 void EmitSeconInfo(const std::string &name, std::set<std::string> &configedKeywords);
H A Dstartup_cfg_gen.cpp101 void StartupCfgGen::EmitDynamicLoad(const std::string &name, std::set<std::string> &configedKeywords) in EmitDynamicLoad()
109 void StartupCfgGen::EmitPathInfo(const std::string &name, std::set<std::string> &configedKeywords) in EmitPathInfo()
121 void StartupCfgGen::EmitIdInfo(const std::string &name, std::set<std::string> &configedKeywords) in EmitIdInfo()
133 void StartupCfgGen::EmitHostCapsInfo(const std::string &name, std::set<std::string> &configedKeywords) in EmitHostCapsInfo()
141 void StartupCfgGen::EmitHostCriticalInfo(const std::string &name, std::set<std::string> &configedKeywords) in EmitHostCriticalInfo()
149 void StartupCfgGen::EmitSandBoxInfo(const std::string &name, std::set<std::string> &configedKeywords) in EmitSandBoxInfo()
157 void StartupCfgGen::EmitSeconInfo(const std::string &name, std::set<std::string> &configedKeywords) in EmitSeconInfo()
184 std::set<std::string> configedKeywords; in HostInfoOutput()
/drivers/peripheral/wlan/chip/hdi_service/
H A Dcallback_handler.h19 #include <set>
56 const std::set<sptr<CallbackType>>& GetCallbacks() in GetCallbacks()
67 std::set<sptr<CallbackType>> cbSet_;
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.h13 #include <set>
48 static bool CheckAllFilesPath(const std::set<std::string> &sourceFiles);
50 static bool AnalyseImportInfo(std::set<std::string> sourceFiles, FileDetailMap &allFileDetails);
59 const FileDetail &ownerFileDetail, FileDetailMap &allFileDetails, std::set<std::string> &sourceFiles);
H A Dpreprocessor.cpp42 std::set<std::string> sourceFiles = Options::GetInstance().GetSourceFiles(); in Preprocess()
65 std::set<std::string> sourceFiles = Options::GetInstance().GetSourceFiles(); in UnitPreprocess()
82 bool Preprocessor::CheckAllFilesPath(const std::set<std::string> &sourceFiles) in CheckAllFilesPath()
100 bool Preprocessor::AnalyseImportInfo(std::set<std::string> sourceFiles, FileDetailMap &allFileDetails) in AnalyseImportInfo()
102 std::set<std::string> processSource(sourceFiles); in AnalyseImportInfo()
218 const FileDetail &ownerFileDetail, FileDetailMap &allFileDetails, std::set<std::string> &sourceFiles) in LoadOtherIdlFiles()
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
H A Dsmq_test.cpp117 static bool QueryOpendFdsByHostPid(int hostPid, std::set<int> &fds) in QueryOpendFdsByHostPid()
150 static bool QueryOpenedFdsByHostName(const std::string &hostName, std::set<int> &fds) in QueryOpenedFdsByHostName()
164 static bool QueryOpenedFdsOfCurrentHost(std::set<int> &fds) in QueryOpenedFdsOfCurrentHost()
173 static void PrintFds(const std::string &info, const std::set<int> &fds) in PrintFds()
214 std::set<int> fds1; in HWTEST_F()
232 std::set<int> fds2; in HWTEST_F()
237 std::set<int> unclosedFds; in HWTEST_F()
249 std::set<int> hostFds1; in HWTEST_F()
255 std::set<int> servFds1; in HWTEST_F()
285 std::set<in in HWTEST_F()
[all...]
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_death_recipient.cpp16 #include <set>
27 static std::map<IRemoteObject *, std::set<uint32_t>> g_remoteCompsMap;
34 std::set<uint32_t> compIds {}; in CleanResourceOfDiedService()
74 std::set<uint32_t> compIds; in RegisterDeathRecipientService()
/drivers/peripheral/codec/hal/src/
H A Dcodec_death_recipient.cpp21 #include <set>
30 static std::map<uint32_t, std::set<uint32_t>> g_pidCompsMap;
50 std::set<uint32_t> compIds; in RegisterService()
75 std::set<uint32_t> ids = comps->second; in CleanMapperOfDiedService()
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.h21 #include <set>
55 std::set<int32_t> GetServiceIds(int32_t &sensorId);
59 std::unordered_map<int32_t, std::set<int32_t>> GetSensorUsed();
84 std::unordered_map<int32_t, std::set<int32_t>> sensorUsed_;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H A Dstream_pipeline_builder.h20 #include <set>
36 void SetMaxSize(const std::set<std::vector<int32_t>>& sizeSet);
H A Dstream_pipeline_builder.cpp23 void StreamPipelineBuilder::SetMaxSize(const std::set<std::vector<int32_t>>& sizeSet) in SetMaxSize()
43 std::set<std::vector<int32_t>> sizeSet; in Build()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_buffer_helper.h22 #include <set>
50 std::set<int> allocatedFd_;
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.h15 #include <set>
74 inline std::set<std::string> GetSourceFiles() const in GetSourceFiles()
184 std::set<std::string> sourceFiles;
H A Dfile.h13 #include <set>
74 static std::set<std::string> FindFiles(const std::string &rootDir);
H A Dfile.cpp292 std::set<std::string> File::FindFiles(const std::string &rootDir) in CreateParentDir()
295 return std::set<std::string>(); in CreateParentDir()
298 std::set<std::string> files; in CreateParentDir()
/drivers/peripheral/codec/test/demo/heif/include/
H A Dbuffer_helper.h21 #include <set>
55 std::set<int> allocatedFd_;
/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_adapter_impl.h21 #include <set>
89 std::unordered_map<IRemoteObject *, std::set<int32_t>> callbackToHandleMap_;
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h13 #include <set>
29 using AttrSet = std::set<Token, TokenTypeCompare>;
36 using AstMergeMap = std::map<std::string, std::set<AutoPtr<AST>, AstCompare>>;
/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddmetadata_processor.h19 #include <set>
106 std::set<MetaType> allResultSet_;
107 std::set<MetaType> enabledResultSet_;
/drivers/external_device_manager/services/native/driver_extension_manager/include/device_manager/
H A Ddevice.h21 #include <set>
147 std::set<sptr<IDriverExtMgrCallback>, DrvExtMgrCallbackCompare> callbacks_;
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_emitter.h12 #include <set>
65 using HeaderFileSet = std::set<HeaderFile, HeaderFile::Compare>;
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dstream_operator_vdi_impl.h19 #include <set>
71 void GetStreamSupportType(std::set<int32_t> inputIDSet,
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp17 #include <set>
152 static std::set<PixelFormat> formats = { in CanHandle()
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dstream_operator_service.h19 #include <set>
/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c68 struct RndisSet *set; member
147 //set 0 interface and 1 interface data endpoint and ctrl endpoint in UsbParseConfigDescriptor()
325 * specified by @in_len. If @replyLen is not set to -1 then the reply
532 /* set a nonzero filter to enable data transfers */ in HostRndisEnableDataTransfers()
533 memset_s(g_u.set, sizeof(struct RndisSet), 0, sizeof(struct RndisSet)); in HostRndisEnableDataTransfers()
534 g_u.set->msgType = CPU_TO_LE32(RNDIS_MSG_SET); in HostRndisEnableDataTransfers()
535 g_u.set->msgLen = CPU_TO_LE32(MSG_HEAD_LENGTH + sizeof(struct RndisSet)); in HostRndisEnableDataTransfers()
536 g_u.set->oid = CPU_TO_LE32(RNDIS_OID_GEN_CURRENT_PACKET_FILTER); in HostRndisEnableDataTransfers()
537 g_u.set->len = CPU_TO_LE32(MSG_HEAD_LENGTH); in HostRndisEnableDataTransfers()
538 g_u.set in HostRndisEnableDataTransfers()
[all...]

Completed in 10 milliseconds

123