Searched refs:TLV_PERMISSION (Results 1 - 9 of 9) sorted by relevance
/base/startup/appspawn/standard/ |
H A D | appspawn_manager.h | 259 return 0, "Invalid property for name %{public}u", TLV_PERMISSION); in CheckAppPermissionFlagSet() 260 return CheckAppSpawnMsgFlag(property->message, TLV_PERMISSION, index); in CheckAppPermissionFlagSet() 266 return -1, "Invalid property for name %{public}u", TLV_PERMISSION); in SetAppPermissionFlags() 267 return SetAppSpawnMsgFlag(property->message, TLV_PERMISSION, index); in SetAppPermissionFlags()
|
H A D | appspawn_msgmgr.c | 65 APPSPAWN_CHECK(type == TLV_MSG_FLAGS || type == TLV_PERMISSION, return 0, "Invalid tlv %{public}u ", type); in CheckAppSpawnMsgFlag() 87 APPSPAWN_CHECK(type == TLV_MSG_FLAGS || type == TLV_PERMISSION, in SetAppSpawnMsgFlag() 378 msgFlags = (AppSpawnMsgFlags *)GetAppSpawnMsgInfo(message, TLV_PERMISSION); in DumpAppSpawnMsg()
|
/base/startup/init/test/systest/ |
H A D | loop_systest.h | 86 TLV_PERMISSION, enumerator
|
/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_msg.h | 58 TLV_PERMISSION, enumerator
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.h | 134 } else if (tlv == TLV_PERMISSION) { in AppSpawnReqMsgSetFlags()
|
H A D | app_spawn_test_helper.cpp | 684 tlv.tlvType = TLV_PERMISSION; in AddBaseTlv()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 272 ret = SetFlagsTlv(reqNode, block, &reqNode->permissionFlags, TLV_PERMISSION, maxCount); in CreateBaseMsg()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | appspawn_sandbox.c | 66 return NULL, "Invalid property for type %{public}u", TLV_PERMISSION); in CheckSpawningPermissionFlagSet() 67 return CheckAppSpawnMsgFlag(context->message, TLV_PERMISSION, index); in CheckSpawningPermissionFlagSet()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_appmgr_test.cpp | 756 uint32_t inputType[inputCount] = {0, TLV_MSG_FLAGS, TLV_PERMISSION, TLV_MAX}; in HWTEST_F()
|
Completed in 10 milliseconds