Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/include/
H A Dsoftbus_client_context_manager.h26 void SetClientIdentity(unsigned int handle, unsigned int token, unsigned int cookie);
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_context_manager.c53 void SetClientIdentity(unsigned int handle, unsigned int token, unsigned int cookie) in SetClientIdentity() function
H A Dsoftbus_client_stub.c206 SetClientIdentity(clientIdentity.handle, clientIdentity.token, clientIdentity.cookie); in ClientStubInit()