Lines Matching refs:variable
7 The system environment variable changes are usually triggered by options in **Settings** or icons i…
9 You can subscribe to system environment variable changes in the following ways:
18 … registering a callback function to subscribe to the system environment variable changes. It also …
34 … private callbackId: number = 0; // ID of the subscription for system environment variable changes.
42 // 2. Subscribe to system environment variable changes through ApplicationContext.
85 … private callbackId: number = 0; // ID of the subscription for system environment variable changes.
107 …for subscribing to system environment variable changes. This callback is invoked when a system env…
112 > - The callback used to subscribe to system environment variable changes has the same lifecycle as…
146 …for subscribing to system environment variable changes. This callback is invoked when a system env…
150 > The callback used to subscribe to system environment variable changes has the same lifecycle as t…
183 …for subscribing to system environment variable changes. This callback is invoked when a system env…
187 > The callback used to subscribe to system environment variable changes has the same lifecycle as t…
189 …lity.md#abilityonconfigurationupdate) callback to subscribe to system environment variable changes.