• Home
  • Raw
  • Download

Lines Matching defs:appId

298 static int32_t AddClientReqInfoToContext(int32_t osAccountId, int64_t requestId, const char *appId,…  in AddClientReqInfoToContext()
353 static int32_t BuildClientBindContext(int32_t osAccountId, int64_t requestId, const char *appId, in BuildClientBindContext()
522 static int32_t StartClientBindSession(int32_t osAccountId, int64_t requestId, const char *appId, in StartClientBindSession()
584 static int32_t AddMemberToGroupInner(int32_t osAccountId, int64_t requestId, const char *appId, con… in AddMemberToGroupInner()
607 static int32_t AddMemberToGroup(int32_t osAccountId, int64_t requestId, const char *appId, const ch… in AddMemberToGroup()
632 static int32_t AddServerReqInfoToContext(int64_t requestId, const char *appId, int32_t opCode, in AddServerReqInfoToContext()
684 static int32_t BuildServerBindContext(int64_t requestId, const char *appId, int32_t opCode, in BuildServerBindContext()
718 const char *appId = GetStringFromJson(receivedMsg, FIELD_APP_ID); in GetAppIdFromReceivedMsg() local
728 const char *appId = GetAppIdFromReceivedMsg(receivedMsg); in OpenServerBindSession() local
810 static int32_t BuildClientAuthContext(int32_t osAccountId, int64_t requestId, const char *appId, CJ… in BuildClientAuthContext()
906 const char *appId = GetStringFromJson(context, FIELD_SERVICE_PKG_NAME); in AuthDevice() local
948 static int32_t BuildServerAuthContext(int64_t requestId, int32_t opCode, const char *appId, CJson *… in BuildServerAuthContext()
997 static int32_t BuildServerP2PAuthContext(int64_t requestId, int32_t opCode, const char *appId, CJso… in BuildServerP2PAuthContext()
1069 const char *appId = GetStringFromJson(context, FIELD_SERVICE_PKG_NAME); in OpenServerAuthSession() local
1127 const char *appId = pkgName != NULL ? pkgName : DEFAULT_PACKAGE_NAME; in OpenServerAuthSessionForP2P() local
1187 static void CancelRequest(int64_t requestId, const char *appId) in CancelRequest()