Home
last modified time | relevance | path

Searched refs:identityID (Results 1 – 6 of 6) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_lite_test/
Dapp_spawn_lite_test.cpp211 EXPECT_EQ(msgSt.identityID, nullptr);
246 msgSt.identityID = (char*)malloc(MALLOC_TEST_LENGTH);
247 EXPECT_TRUE(msgSt.identityID != nullptr);
249 EXPECT_EQ(msgSt.identityID, nullptr);
258 msgSt.identityID = (char*)malloc(MALLOC_TEST_LENGTH);
261 EXPECT_TRUE(msgSt.identityID != nullptr);
270 EXPECT_EQ(msgSt.identityID, nullptr);
365 EXPECT_NE(msgSt.identityID, nullptr);
367 EXPECT_EQ(strcmp("135", msgSt.identityID), 0);
/base/startup/appspawn/
DREADME_zh.md40 "{"bundleName":"testvalid1","identityID":"1234","uID":1000,"gID":1000,"capability":[0]}"
47 | identityID | AMS为新进程生成的标识符,由appspawn透传给新进程,长度≥1字节,≤24字节。 |
/base/startup/appspawn/lite/
Dappspawn_message.c47 if (targetSt->identityID != NULL) { in FreeMessageSt()
48 free(targetSt->identityID); in FreeMessageSt()
49 targetSt->identityID = NULL; in FreeMessageSt()
180 …ret = (int)ReadStringItem(identityIDItem, &(msgSt->identityID), MAX_IDENTITY_ID_LEN, MIN_IDENTITY_… in SplitMessage()
Dappspawn_message.h31 char *identityID; member
Dappspawn_process.c169 appProperty->message.bundleName, appProperty->message.identityID, appProperty->message.uID, in RunChildProcessor()
173 if (AbilityMain(appProperty->message.identityID) != 0) { in RunChildProcessor()
Dappspawn_service.c141 …OGI("[appspawn] invoke, msg<%s,%s,%d,%d %d>", client.message.bundleName, client.message.identityID, in Invoke()