Home
last modified time | relevance | path

Searched refs:saRet (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client_rpc.c232 int32_t saRet = EC_FAILURE; in QueryIdentity() local
233 ret = (ret != EC_SUCCESS) ? EC_FAILURE : ReadInt32(&reply, &saRet); in QueryIdentity()
235 if (saRet == EC_SUCCESS) { in QueryIdentity()