Home
last modified time | relevance | path

Searched defs:deviceIds (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DDebugInfo.java46 private List<String> deviceIds; field in DebugInfo
67 public void setDeviceIds(List<String> deviceIds) { in setDeviceIds()
/developtools/hapsigner/hapsigntool_cpp/profile/include/
Dprofile_info.h59 std::vector<std::string> deviceIds; member