Searched refs:SetXpmOwnerId (Results 1 – 6 of 6) sorted by relevance
79 int SetXpmOwnerId(uint32_t idType, const char *ownerId);
53 (void)SetXpmOwnerId(PROCESS_OWNERID_NWEB, NULL); in NWebSpawnInit()
99 int SetXpmOwnerId(uint32_t idType, const char *ownerId) in SetXpmOwnerId() function
55 | int SetXpmOwnerId(uint32_t idType, const char *ownerId); | 设置OwnerId |
53 | int SetXpmOwnerId(uint32_t idType, const char *ownerId); | Sets an owner ID.|
77 EXPECT_EQ(SetXpmOwnerId(PROCESS_OWNERID_COMPAT, NULL), 0); in SetUpTestCase()