Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcommon_event_info.cpp34 const char* JSON_KEY_UID = "uid"; variable
106 {JSON_KEY_UID, commonEvent.uid}, in to_json()
136 JSON_KEY_UID, in from_json()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h48 #define JSON_KEY_UID "UID" macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c433 if (!AddNumberToJsonObject(root, JSON_KEY_UID, appInfo->myData.uid) || in PackHandshakeMsgForNormal()
561 if (!AddNumberToJsonObject(root, JSON_KEY_UID, appInfo->myData.uid) || in TransProxyPackHandshakeAckMsg()
664 if (!GetJsonObjectNumberItem(root, JSON_KEY_UID, &chanInfo->appInfo.peerData.uid) || in TransProxyUnpackHandshakeAckMsg()
734 if (!GetJsonObjectNumberItem(root, JSON_KEY_UID, &(appInfo->peerData.uid)) || in TransProxyUnpackNormalHandshakeMsg()