Searched defs:rulePtr (Results 1 – 9 of 9) sorted by relevance
45 T* rulePtr = parcel.ReadParcelable<T>(); in ReadVectorFromParcel() local50 delete rulePtr; in ReadVectorFromParcel() local
33 auto rulePtr = ExtensionAbilityInfo::Unmarshalling(dataMessageParcel); in DoSomethingInterestingWithMyAPI() local
35 auto rulePtr = AppRunningControlRule::Unmarshalling(dataMessageParcel); in DoSomethingInterestingWithMyAPI() local
35 auto rulePtr = AppRunningControlRuleResult::Unmarshalling(dataMessageParcel); in DoSomethingInterestingWithMyAPI() local
37 auto rulePtr = BundleUserInfo::Unmarshalling(dataMessageParcel); in DoSomethingInterestingWithMyAPI() local
33 auto rulePtr = HapModuleInfo::Unmarshalling(dataMessageParcel); in DoSomethingInterestingWithMyAPI() local
56 auto rulePtr = FirewallRule::CreateFirewallRule(FIREWALL_CHAIN_DEVICE_IDLE); variable
275 OHOS::HiviewDFX::SysEventRule* rulePtr = rule.Unmarshalling(parcel2); variable