Home
last modified time | relevance | path

Searched refs:issuerKeyStoreRights (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Dlocalization_adapter.cpp65 char* issuerKeyStoreRights = options->GetChars(Options::ISSUER_KEY_STORE_RIGHTS); in ResetPwd() local
66 if (issuerKeyStoreRights != nullptr) { in ResetPwd()
67 ResetChars(issuerKeyStoreRights); in ResetPwd()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dsign_tool_service_impl.cpp148 char* issuerKeyStoreRights = options->GetChars(Options::ISSUER_KEY_STORE_RIGHTS); in HandleIssuerKeyAliasEmpty() local
150 if ((keyStoreRights == nullptr && issuerKeyStoreRights != nullptr) || in HandleIssuerKeyAliasEmpty()
151 (keyStoreRights != nullptr && issuerKeyStoreRights == nullptr)) { in HandleIssuerKeyAliasEmpty()
153 } else if (keyStoreRights == nullptr && issuerKeyStoreRights == nullptr) { in HandleIssuerKeyAliasEmpty()
156 if (std::strcmp(keyStoreRights, issuerKeyStoreRights) != 0) { in HandleIssuerKeyAliasEmpty()

Completed in 3 milliseconds