Lines Matching defs:options
39 this.options = undefined;
45 this.options = l1;
64 if (c1.options !== undefined) {
65 this.options = c1.options;
134 if (this.options?.parameters) {
135 this.options.parameters['ohos.extra.param.key.showMode'] = EMBEDDED_FULL_MODE;
136 this.options.parameters['ability.want.params.IsNotifyOccupiedAreaChange'] = true;
137 hilog.info(0x3900, 'InnerFullScreenLaunchComponent', 'replaced options is %{public}s !', JSON.stringify(this.options));
140 this.options = {
168 const m = await this.context.openAtomicService(this.appId, this.options);
190 flags: this.options?.flags,
191 parameters: this.options?.parameters