/drivers/hdf_core/framework/tools/hdi-gen/util/ |
D | options.cpp | 190 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 …]
|
D | options.h | 103 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/ |
D | event_hub.c | 42 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/ |
D | build_hdi_files_info.py | 191 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/ |
D | DEVELOP_zh.md | 51 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/ |
D | IinterfaceCallback_idl.template | 1 package ohos.hdi.${interface_name}.v1_0;
|
D | Types_idl.template | 1 package ohos.hdi.${interface_name}.v1_0;
|
D | Iinterface_idl.template | 1 package ohos.hdi.${interface_name}.v1_0;
|
/drivers/interface/ |
D | README_ZH.md | 48 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/ |
D | ICbTest.idl | 9 package test.java_test.cb_test.v1_0;
|
D | ICallback.idl | 9 package test.java_test.cb_test.v1_0;
|
/drivers/hdf_core/framework/tools/hdi-gen/test/cpp_test/cb_test/v1_0/ |
D | ICbTest.idl | 9 package test.cpp_test.cb_test.v1_0;
|
D | ICallback.idl | 9 package test.cpp_test.cb_test.v1_0;
|
/drivers/hdf_core/framework/tools/hdi-gen/test/c_test/cb_test/v1_0/ |
D | ICbTest.idl | 9 package test.c_test.cb_test.v1_0;
|
D | ICallback.idl | 9 package test.c_test.cb_test.v1_0;
|
/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/list_test/v1_0/ |
D | ListTypes.idl | 9 package test.kernel_test.list_test.v1_0;
|
/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/array_test/v1_0/ |
D | ArrayTypes.idl | 9 package test.kernel_test.array_test.v1_0;
|
/drivers/hdf_core/framework/tools/hdi-gen/test/kernel_test/data_test/v1_0/ |
D | DataTypes.idl | 9 package test.kernel_test.data_test.v1_0;
|
/drivers/interface/codec/image/v1_0/ |
D | ICodecImageCallback.idl | 40 * @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/ |
D | IMotionCallback.idl | 40 * @brief Defines the package path of the motion driver module APIs. 44 package ohos.hdi.motion.v1_0;
|
D | MotionTypes.idl | 38 * @brief Defines the package path of the motion driver module APIs. 42 package ohos.hdi.motion.v1_0;
|
/drivers/interface/motion/v1_1/ |
D | MotionTypes.idl | 38 * @brief Defines the package path of the motion driver module APIs. 42 package ohos.hdi.motion.v1_1;
|
/drivers/interface/input/v1_0/ |
D | IInputCallback.idl | 40 * @brief Defines the package path of the Input module APIs. 45 package ohos.hdi.input.v1_0;
|
/drivers/interface/activity_recognition/v1_0/ |
D | IActivityChangedCallback.idl | 43 * @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/ |
D | IFooCallback.idl | 16 package ohos.hdi.foo.v1_0;
|