Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_attr_utils/include/
H A Dcode_sign_attr_utils.h79 int SetXpmOwnerId(uint32_t idType, const char *ownerId);
/ohos5.0/base/startup/appspawn/standard/
H A Dnwebspawn_launcher.c53 (void)SetXpmOwnerId(PROCESS_OWNERID_NWEB, NULL); in NWebSpawnInit()
/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_attr_utils/src/
H A Dcode_sign_attr_utils.c99 int SetXpmOwnerId(uint32_t idType, const char *ownerId) in SetXpmOwnerId() function
/ohos5.0/base/security/code_signature/
H A DREADME_zh.md55 | int SetXpmOwnerId(uint32_t idType, const char *ownerId); | 设置OwnerId |
H A DREADME.md53 | int SetXpmOwnerId(uint32_t idType, const char *ownerId); | Sets an owner ID.|
/ohos5.0/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp77 EXPECT_EQ(SetXpmOwnerId(PROCESS_OWNERID_COMPAT, NULL), 0); in SetUpTestCase()