Lines Matching refs:APPSPAWN_INLINE
54 #define APPSPAWN_INLINE __attribute__((always_inline)) inline
181 APPSPAWN_INLINE int IsSpawnServer(const AppSpawnMgr *content)
186 APPSPAWN_INLINE int IsNWebSpawnMode(const AppSpawnMgr *content)
192 APPSPAWN_INLINE int IsColdRunMode(const AppSpawnMgr *content)
198 APPSPAWN_INLINE int IsDeveloperModeOn(const AppSpawningCtx *property)
203 APPSPAWN_INLINE int IsJitFortModeOn(const AppSpawningCtx *property)
208 APPSPAWN_INLINE int GetAppSpawnMsgType(const AppSpawningCtx *appProperty)
214 APPSPAWN_INLINE const char *GetProcessName(const AppSpawningCtx *property)
222 APPSPAWN_INLINE const char *GetBundleName(const AppSpawningCtx *property)
234 APPSPAWN_INLINE void *GetAppProperty(const AppSpawningCtx *property, uint32_t type)
241 APPSPAWN_INLINE void *GetAppPropertyExt(const AppSpawningCtx *property, const char *name, uint32_t *len)
249 APPSPAWN_INLINE int CheckAppMsgFlagsSet(const AppSpawningCtx *property, uint32_t index)
256 APPSPAWN_INLINE int CheckAppPermissionFlagSet(const AppSpawningCtx *property, uint32_t index)
263 APPSPAWN_INLINE int SetAppPermissionFlags(const AppSpawningCtx *property, uint32_t index)
270 APPSPAWN_INLINE int IsIsolatedNativeSpawnMode(const AppSpawnMgr *content, const AppSpawningCtx *property)