Searched defs:IsEnableParams (Results 1 – 2 of 2) sorted by relevance
28 struct IsEnableParams { struct30 bool hasBundleOption = false;31 int32_t userId = SUBSCRIBE_USER_INIT;32 bool hasUserId = false;33 bool allowToPop = false;34 sptr<IRemoteObject> callerToken = nullptr;35 bool hasCallerToken = false;
27 struct IsEnableParams { struct42 IsEnableParams params; argument