Home
last modified time | relevance | path

Searched refs:identityID (Results 1 - 5 of 5) sorted by relevance

/base/startup/appspawn/lite/
H A Dappspawn_message.c47 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 Dappspawn_message.h31 char *identityID; member
H A Dappspawn_process.c169 appProperty->message.bundleName, appProperty->message.identityID, appProperty->message.uID, in RunChildProcessor()
173 if (AbilityMain(appProperty->message.identityID) != 0) { in RunChildProcessor()
H A Dappspawn_service.c153 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 Dapp_spawn_lite_test.cpp82 "{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