Home
last modified time | relevance | path

Searched refs:AppSpawnMsgFlags (Results 1 - 8 of 8) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.h79 AppSpawnMsgFlags *msgFlags;
80 AppSpawnMsgFlags *permissionFlags;
H A Dappspawn_msg.c28 static inline int SetAppSpawnMsgFlags(AppSpawnMsgFlags *msgFlags, uint32_t index) in SetAppSpawnMsgFlags()
233 AppSpawnMsgBlock *block, AppSpawnMsgFlags **msgFlags, int type, int maxCount) in SetFlagsTlv()
237 uint32_t flagsLen = sizeof(AppSpawnTlv) + sizeof(AppSpawnMsgFlags) + sizeof(uint32_t) * units; in SetFlagsTlv()
244 *msgFlags = (AppSpawnMsgFlags *)(block->buffer + block->currentIndex + sizeof(AppSpawnTlv)); in SetFlagsTlv()
/base/startup/appspawn/standard/
H A Dappspawn_msgmgr.c66 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppSpawnMsgInfo(message, type); in CheckAppSpawnMsgFlag()
75 static inline int SetSpawnMsgFlags(AppSpawnMsgFlags *msgFlags, uint32_t index) in SetSpawnMsgFlags()
89 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppSpawnMsgInfo(message, type); in SetAppSpawnMsgFlag()
227 tlvLen = ((AppSpawnMsgFlags *)(tlv + 1))->count * sizeof(uint32_t); in CheckMsgTlv()
348 static inline void DumpMsgFlags(const char *info, const AppSpawnMsgFlags *msgFlags) in DumpMsgFlags()
376 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppSpawnMsgInfo(message, TLV_MSG_FLAGS); in DumpAppSpawnMsg()
378 msgFlags = (AppSpawnMsgFlags *)GetAppSpawnMsgInf in DumpAppSpawnMsg()
[all...]
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h95 } AppSpawnMsgFlags; typedef
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_mount_test.cpp76 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS); in TestGetSandboxContext()
H A Dapp_spawn_sandbox_new_test.cpp320 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS); in TestGetSandboxContext()
/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c192 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS); in InitSandboxContext()
H A Dsandbox_utils.cpp153 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppSpawnMsgInfo(property->message, TLV_MSG_FLAGS); in GetAppMsgFlags()

Completed in 14 milliseconds