Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 237) sorted by relevance

12345678910

/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.cpp190 std::string package = packagePath.substr(0, index); in AddPackagePath() local
197 auto it = packagePathMap.find(package); in AddPackagePath()
199 Logger::E(TAG, "The '%s:%s' has been set.", package.c_str(), path.c_str()); in AddPackagePath()
203 packagePathMap[package] = path; in AddPackagePath()
277 std::string Options::GetRootPackage(const std::string &package) const in GetRootPackage()
281 if (StringHelper::StartWith(package, packageRoot.first)) { in GetRootPackage()
294 std::string Options::GetRootPath(const std::string &package) const in GetRootPath()
298 if (StringHelper::StartWith(package, packageRoot.first)) { in GetRootPath()
311 std::string Options::GetSubPackage(const std::string &package) const in GetSubPackage()
313 std::string rootPackage = GetRootPackage(package); in GetSubPackage()
[all …]
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/model/input/driver/
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/
Dbuild_hdi_files_info.py191 package = "" variable in ModuleInfo
210 "package": ModuleInfo.package,
289 self.package = ""
299 return "{}.{}".format(self.package, self.name)
303 "package": self.package,
378 idl_detail.package = source_idl_detail.package
417 cur_idl_detail.package = package_name
477 ModuleInfo.package = idl_detail.package
480 generator.parse_include_dirs(idl_detail.package))
500 def get_sub_package(package): argument
[all …]
/drivers/hdf_core/framework/tools/hcs-view/docs/
DDEVELOP_zh.md51 npx vsce package
55 …drivers_hdf_core-master\drivers_hdf_core-master\framework\tools\hcs-view\hcsVSCode>npx vsce package
57 WARNING A 'repository' field is missing from the 'package.json' manifest file.
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/interface/
DIinterfaceCallback_idl.template1 package ohos.hdi.${interface_name}.v1_0;
DTypes_idl.template1 package ohos.hdi.${interface_name}.v1_0;
DIinterface_idl.template1 package ohos.hdi.${interface_name}.v1_0;
/drivers/interface/
DREADME_ZH.md48 package ohos.hdi.foo.v1_0;
63 package ohos.hdi.foo.v1_0;
78 package ohos.hdi.foo.v1_0;
90 package = "ohos.hdi.foo.v1_0" # 包名,必须与idl路径匹配
/drivers/hdf_core/framework/tools/hdi-gen/test/java_test/cb_test/v1_0/
DICbTest.idl9 package test.java_test.cb_test.v1_0;
DICallback.idl9 package test.java_test.cb_test.v1_0;
/drivers/hdf_core/framework/tools/hdi-gen/test/cpp_test/cb_test/v1_0/
DICbTest.idl9 package test.cpp_test.cb_test.v1_0;
DICallback.idl9 package test.cpp_test.cb_test.v1_0;
/drivers/hdf_core/framework/tools/hdi-gen/test/c_test/cb_test/v1_0/
DICbTest.idl9 package test.c_test.cb_test.v1_0;
DICallback.idl9 package test.c_test.cb_test.v1_0;
/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/list_test/v1_0/
DListTypes.idl9 package test.kernel_test.list_test.v1_0;
/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/array_test/v1_0/
DArrayTypes.idl9 package test.kernel_test.array_test.v1_0;
/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/data_test/v1_0/
DDataTypes.idl9 package test.kernel_test.data_test.v1_0;
/drivers/interface/codec/image/v1_0/
DICodecImageCallback.idl40 * @brief Defines the path for the package of the image Codec module APIs.
45 package ohos.hdi.codec.image.v1_0;
/drivers/interface/motion/v1_0/
DIMotionCallback.idl40 * @brief Defines the package path of the motion driver module APIs.
44 package ohos.hdi.motion.v1_0;
DMotionTypes.idl38 * @brief Defines the package path of the motion driver module APIs.
42 package ohos.hdi.motion.v1_0;
/drivers/interface/motion/v1_1/
DMotionTypes.idl38 * @brief Defines the package path of the motion driver module APIs.
42 package ohos.hdi.motion.v1_1;
/drivers/interface/input/v1_0/
DIInputCallback.idl40 * @brief Defines the package path of the Input module APIs.
45 package ohos.hdi.input.v1_0;
/drivers/interface/activity_recognition/v1_0/
DIActivityChangedCallback.idl43 * @brief Defines the package path of the activity recognition module APIs.
47 package ohos.hdi.activity_recognition.v1_0;
/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/good/foo/v1_0/
DIFooCallback.idl16 package ohos.hdi.foo.v1_0;

12345678910