Home
last modified time | relevance | path

Searched refs:entryFunc (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dnative_args_child_process.cpp125 info->moduleName.c_str(), info->srcEntry.c_str(), info->entryFunc.c_str()); in LoadNativeLib()
152 …auto entryFunc = reinterpret_cast<NativeArgsChildProcess_EntryFunc>(dlsym(libHandle, info->entryFu… in LoadNativeLib() local
153 if (entryFunc == nullptr) { in LoadNativeLib()
159 entryFunc_ = entryFunc; in LoadNativeLib()
H A Dchild_process_manager.cpp319 const std::string &entryFunc, std::shared_ptr<AppExecFwk::ChildProcessArgs> args) in LoadNativeLibWithArgs() argument
322 moduleName.c_str(), srcEntry.c_str(), entryFunc.c_str()); in LoadNativeLibWithArgs()
332 processStartInfo->entryFunc = entryFunc; in LoadNativeLibWithArgs()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_process_info.cpp52 entryFunc = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
84 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(entryFunc)); in Marshalling()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_start_info.h29 std::string entryFunc; member
H A Dchild_process_manager.h62 const std::string &entryFunc, std::shared_ptr<AppExecFwk::ChildProcessArgs> args);
/ohos5.0/base/update/updater/services/
H A Dmain.cpp44 return bootMode.entryFunc(argc, argv); in main()
H A Dupdater_utils.cpp259 if (it == modes.end() || it->entryFunc == nullptr) { in SelectMode()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_process_info.h42 std::string entryFunc; member
/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater.h68 EntryFunc entryFunc {nullptr}; // mode entry
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp266 …essMgr.LoadNativeLibWithArgs(nativeLibModuleName_, processInfo_->srcEntry, processInfo_->entryFunc, in HandleLoadNative()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7001 info.entryFunc = childProcessRecord->GetEntryFunc(); in NotifyAppFaultBySA()