Lines Matching defs:reqHandle
312 int AppSpawnReqMsgAddFd(AppSpawnReqMsgHandle reqHandle, const char* fdName, int fd) in AppSpawnReqMsgAddFd()
342 …pawnReqMsgCreate(AppSpawnMsgType msgType, const char *processName, AppSpawnReqMsgHandle *reqHandle) in AppSpawnReqMsgCreate()
356 void AppSpawnReqMsgFree(AppSpawnReqMsgHandle reqHandle) in AppSpawnReqMsgFree()
363 int AppSpawnReqMsgSetAppDacInfo(AppSpawnReqMsgHandle reqHandle, const AppDacInfo *dacInfo) in AppSpawnReqMsgSetAppDacInfo()
379 int AppSpawnReqMsgSetBundleInfo(AppSpawnReqMsgHandle reqHandle, uint32_t bundleIndex, const char *b… in AppSpawnReqMsgSetBundleInfo()
406 int AppSpawnReqMsgSetAppFlag(AppSpawnReqMsgHandle reqHandle, AppFlagsIndex flagIndex) in AppSpawnReqMsgSetAppFlag()
423 int AppSpawnReqMsgAddExtInfo(AppSpawnReqMsgHandle reqHandle, const char *name, const uint8_t *value… in AppSpawnReqMsgAddExtInfo()
439 int AppSpawnReqMsgAddStringInfo(AppSpawnReqMsgHandle reqHandle, const char *name, const char *value) in AppSpawnReqMsgAddStringInfo()
456 int AppSpawnReqMsgAddPermission(AppSpawnReqMsgHandle reqHandle, const char *permission) in AppSpawnReqMsgAddPermission()
473 int AppSpawnReqMsgSetAppDomainInfo(AppSpawnReqMsgHandle reqHandle, uint32_t hapFlags, const char *a… in AppSpawnReqMsgSetAppDomainInfo()
491 int AppSpawnReqMsgSetAppInternetPermissionInfo(AppSpawnReqMsgHandle reqHandle, uint8_t allow, uint8… in AppSpawnReqMsgSetAppInternetPermissionInfo()
505 int AppSpawnReqMsgSetAppOwnerId(AppSpawnReqMsgHandle reqHandle, const char *ownerId) in AppSpawnReqMsgSetAppOwnerId()
519 int AppSpawnReqMsgSetAppAccessToken(AppSpawnReqMsgHandle reqHandle, uint64_t accessTokenIdEx) in AppSpawnReqMsgSetAppAccessToken()
530 int AppSpawnTerminateMsgCreate(pid_t pid, AppSpawnReqMsgHandle *reqHandle) in AppSpawnTerminateMsgCreate()
546 int AppSpawnClientAddPermission(AppSpawnClientHandle handle, AppSpawnReqMsgHandle reqHandle, const … in AppSpawnClientAddPermission()