Searched refs:identityID (Results 1 - 5 of 5) sorted by relevance
/base/startup/appspawn/lite/ |
H A D | appspawn_message.c | 47 if (targetSt->identityID != NULL) { in FreeMessageSt() 48 free(targetSt->identityID); in FreeMessageSt() 49 targetSt->identityID = NULL; in FreeMessageSt() 179 cJSON *identityIDItem = cJSON_GetObjectItem(rootJ, "identityID"); in SplitMessage() 180 ret = (int)ReadStringItem(identityIDItem, &(msgSt->identityID), MAX_IDENTITY_ID_LEN, MIN_IDENTITY_ID_LEN); in SplitMessage()
|
H A D | appspawn_message.h | 31 char *identityID; member
|
H A D | appspawn_process.c | 169 appProperty->message.bundleName, appProperty->message.identityID, appProperty->message.uID, in RunChildProcessor() 173 if (AbilityMain(appProperty->message.identityID) != 0) { in RunChildProcessor()
|
H A D | appspawn_service.c | 153 APPSPAWN_LOGI("[appspawn] invoke, msg<%s,%s,%d,%d %d>", client.message.bundleName, client.message.identityID, in Invoke()
|
/base/startup/appspawn/test/unittest/app_spawn_lite_test/ |
H A D | app_spawn_lite_test.cpp | 82 "{bundleName\":\"nameV\",\"identityID\":\"1\",\"uID\":10,\"gID\":10,\"capability\":[0]}")); in StructuralFormatErrJson() 84 "{\"bundleName:\"nameV\",\"identityID\":\"1\",\"uID\":10,\"gID\":10,\"capability\":[0]}")); in StructuralFormatErrJson() 86 "{\"bundleName\":\"nameV\",\"identityID:\"1\",\"uID\":10,\"gID\":10,\"capability\":[0]}")); in StructuralFormatErrJson() 88 "{\"bundleName\":\"nameV\",\"identityID\":1\",\"uID\":10,\"gID\":10,\"capability\":[0]}")); in StructuralFormatErrJson() 90 "{\"bundleName\":\"nameV\",\"identityID\":\"1,\"uID\":10,\"gID\":10,\"capability\":[0]}")); in StructuralFormatErrJson() 92 "{\"bundleName\":\"nameV\",\"identityID\":\"1\",uID\":10,\"gID\":10,\"capability\":[0]}")); in StructuralFormatErrJson() 94 "{\"bundleName\":\"nameV\",\"identityID\":\"1\",\"uID:10,\"gID\":10,\"capability\":[0]}")); in StructuralFormatErrJson() 96 "{\"bundleName\":\"nameV\",\"identityID\":\"1\",\"uID\":10,\"gID\":10,\"capability:[0]}")); in StructuralFormatErrJson() 98 "{\"bundleName\":\"nameV\",\"identityID\":\"1\",\"uID\":10,\"gID\":10,\"capability\":[0]}")); in StructuralFormatErrJson() 100 "{\"bundleName\":\"nameV\",\"identityID\" in StructuralFormatErrJson() [all...] |
Completed in 2 milliseconds