Home
last modified time | relevance | path

Searched defs:myId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h71 int16_t myId; member
123 int16_t myId; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c120 int32_t TransProxyGetAppInfoType(int16_t myId, const char *identity, AppType *appType) in TransProxyGetAppInfoType()
487 static int32_t TransProxyGetRecvMsgChanInfo(int16_t myId, int16_t peerId, ProxyChannelInfo *chanInf… in TransProxyGetRecvMsgChanInfo()
651 static int32_t TransProxyGetAppInfo(int16_t myId, AppInfo *appInfo) in TransProxyGetAppInfo()
675 static int32_t TransProxyGetReqIdAndStatus(int32_t myId, int32_t *reqId, int8_t *status) in TransProxyGetReqIdAndStatus()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp296 int16_t myId = *(reinterpret_cast<const int16_t *>(data)); in TransProxyGetAppInfoTypeTest() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp1144 int16_t myId = 1; variable