Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c90 if (GetClientIdentity(&svcId.handle, &svcId.token, &svcId.cookie) != SOFTBUS_OK) { in InnerRegisterService()
219 if (GetClientIdentity(&svcId.handle, &svcId.token, &svcId.cookie) != SOFTBUS_OK) { in ClientRegisterService()
H A Dsoftbus_client_context_manager.c65 int GetClientIdentity(unsigned int *handle, unsigned int *token, unsigned int *cookie) in GetClientIdentity() function
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/include/
H A Dsoftbus_client_context_manager.h27 int GetClientIdentity(unsigned int *handle, unsigned int *token, unsigned int *cookie);