Home
last modified time | relevance | path

Searched refs:package (Results 1 - 5 of 5) sorted by relevance

/drivers/hdf_core/framework/model/input/driver/
H A Devent_hub.c42 EventPackage package = {0}; in PushOnePackage() local
51 package.type = type; in PushOnePackage()
52 package.code = code; in PushOnePackage()
53 package.value = value; in PushOnePackage()
55 package.time = time.sec * SEC_TO_USEC + time.usec; in PushOnePackage()
57 if (!HdfSbufWriteBuffer(inputDev->pkgBuf, &package, sizeof(EventPackage))) { in PushOnePackage()
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.cpp34 {"package", required_argument, nullptr, 'p'},
214 std::string package = packagePath.substr(0, index); in AddPackagePath() local
221 auto it = packagePathMap.find(package); in AddPackagePath()
223 Logger::E(TAG, "The '%s:%s' has been set.", package.c_str(), path.c_str()); in AddPackagePath()
227 packagePathMap[package] = path; in AddPackagePath()
286 " -p, --package <package name> Set package of idl files\n" in ShowUsage()
289 " -r <rootPackage>:<rootPath> Set root path of root package\n" in ShowUsage()
298 * package
[all...]
H A Doptions.h103 std::string GetRootPackage(const std::string &package) const;
105 std::string GetRootPath(const std::string &package) const;
107 std::string GetSubPackage(const std::string &package) const;
109 std::string GetPackagePath(const std::string &package) const;
157 void SetPackage(const std::string &package);
/drivers/hdf_core/framework/tools/hdi-gen/
H A Dbuild_hdi_files_info.py61 "package": TokenType.PACKAGE,
191 package = "" variable in ModuleInfo
210 "package": ModuleInfo.package,
250 "the package path '{}' is valid, please check input".format(
289 self.package = ""
297 # package + file name, like 'ohos.hdi.foo.v1_0.IFoo'
299 return "{}.{}".format(self.package, self.name)
303 "package": self.package,
[all...]
/drivers/external_device_manager/services/native/driver_extension/src/
H A Djs_driver_extension.cpp332 srcPath.append(Extension::abilityInfo_->package); in GetSrcPath()

Completed in 4 milliseconds