Home
last modified time | relevance | path

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

/system/security/identity/
DWritableCredential.h42 bool isUpdate, HardwareInformation hwInfo,
DWritableCredential.cpp42 const string& docType, bool isUpdate, in WritableCredential() argument
45 : dataPath_(dataPath), credentialName_(credentialName), docType_(docType), isUpdate_(isUpdate), in WritableCredential()
/system/netd/server/
DXfrmController.h267 bool isUpdate);
DXfrmController.cpp1457 int32_t interfaceId, bool isUpdate) { in ipSecAddTunnelInterface() argument
1465 ALOGD("isUpdate=%d", isUpdate); in ipSecAddTunnelInterface()
1467 uint16_t flags = isUpdate ? NETLINK_REQUEST_FLAGS : NETLINK_ROUTE_CREATE_FLAGS; in ipSecAddTunnelInterface()