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 D | native_args_child_process.cpp | 125 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 D | child_process_manager.cpp | 319 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 D | child_process_info.cpp | 52 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 D | child_process_start_info.h | 29 std::string entryFunc; member
|
H A D | child_process_manager.h | 62 const std::string &entryFunc, std::shared_ptr<AppExecFwk::ChildProcessArgs> args);
|
/ohos5.0/base/update/updater/services/ |
H A D | main.cpp | 44 return bootMode.entryFunc(argc, argv); in main()
|
H A D | updater_utils.cpp | 259 if (it == modes.end() || it->entryFunc == nullptr) { in SelectMode()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | child_process_info.h | 42 std::string entryFunc; member
|
/ohos5.0/base/update/updater/services/include/updater/ |
H A D | updater.h | 68 EntryFunc entryFunc {nullptr}; // mode entry
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 266 …essMgr.LoadNativeLibWithArgs(nativeLibModuleName_, processInfo_->srcEntry, processInfo_->entryFunc, in HandleLoadNative()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 7001 info.entryFunc = childProcessRecord->GetEntryFunc(); in NotifyAppFaultBySA()
|