Lines Matching refs:dynamic
18 …sstarted) onProcessStarted) | Creates a child process, loads a specified dynamic link library, and…
70 2. (Child process) Compile a dynamic link library.
72 …ile the file into a dynamic link library (named **libchildprocesssample.so** in this example), and…
84 # Add the dependency of the dynamic link library of IPC Kit.
87 # Dependencies of other dynamic link libraries
121 …// The first parameter libchildprocesssample.so is the name of the dynamic link library that imple…
131 …tion of the main process and child processes can be compiled to the same dynamic link library file…
135 # Add dependencies of the dynamic link library of IPC Kit and Ability Kit.
139 # Dependencies of other dynamic link libraries
201 2. (Child process) Compile a dynamic link library.
203 …ile the file into a dynamic link library (named **libchildprocesssample.so** in this example), and…
215 # Add the dependency of the dynamic link library of Ability Kit.
218 # Dependencies of other dynamic link libraries
255 …// The first parameter libchildprocesssample.so:Main indicates the name of the dynamic link librar…
274 …tion of the main process and child processes can be compiled to the same dynamic link library file…
278 # Add the dependency of the dynamic link library of Ability Kit.
281 # Dependencies of other dynamic link libraries