Searched refs:LoadNativeLibWithArgs (Results 1 – 4 of 4) sorted by relevance
61 bool LoadNativeLibWithArgs(const std::string &moduleName, const std::string &srcEntry,
383 …auto ret = ChildProcessManager::GetInstance().LoadNativeLibWithArgs("entry", "libentry.so", "Main"…
266 …childProcessMgr.LoadNativeLibWithArgs(nativeLibModuleName_, processInfo_->srcEntry, processInfo_->… in HandleLoadNative()
318 bool ChildProcessManager::LoadNativeLibWithArgs(const std::string &moduleName, const std::string &s… in LoadNativeLibWithArgs() function in OHOS::AbilityRuntime::ChildProcessManager