Home
last modified time | relevance | path

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

/base/startup/init/services/param/linux/
H A Dparam_request.c32 static ATOMIC_UINT32 g_requestId; variable
38 ATOMIC_INIT(&g_requestId, 1); in ParameterInit()
185 request->id.msgId = ATOMIC_SYNC_ADD_AND_FETCH(&g_requestId, 1, MEMORY_ORDER_RELAXED); in SystemSetParameter_()
242 request->id.msgId = ATOMIC_SYNC_ADD_AND_FETCH(&g_requestId, 1, MEMORY_ORDER_RELAXED); in SystemSaveParameters()
284 request->id.waitId = ATOMIC_SYNC_ADD_AND_FETCH(&g_requestId, 1, MEMORY_ORDER_RELAXED); in SystemWaitParameter()
/base/security/dlp_permission_service/services/dlp_permission/sa/mock/
H A Ddlp_credential_service.c31 static uint64_t g_requestId = 0; variable
292 uint64_t id = ++g_requestId; // Simulation allocation requestId. in DLP_PackPolicy()
375 uint64_t id = ++g_requestId; // Simulation allocation requestId. in DLP_RestorePolicy()

Completed in 3 milliseconds