Home
last modified time | relevance | path

Searched defs:processName (Results 226 - 236 of 236) sorted by relevance

12345678910

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp67 CreateAppRunningRecord( const std::shared_ptr<ApplicationInfo> &appInfo, const std::string &processName, const BundleInfo &bundleInfo, const std::string &instanceKey) CreateAppRunningRecord() argument
113 CheckAppRunningRecordIsExist(const std::string &appName, const std::string &processName, const int uid, const BundleInfo &bundleInfo, const std::string &specifiedProcessFlag, bool *isProCache, const std::string &instanceKey) CheckAppRunningRecordIsExist() argument
[all...]
H A Dapp_running_record.cpp228 AppRunningRecord( const std::shared_ptr<ApplicationInfo> &info, const int32_t recordId, const std::string &processName) AppRunningRecord() argument
H A Dapp_mgr_service_inner.cpp360 std::string processName; in StartSpecifiedProcess() local
461 std::string processName; in HandlePreloadApplication() local
491 MakeKiaProcess(std::shared_ptr<AAFwk::Want> want, bool &isKia, std::string &watermarkBusinessName, bool &isWatermarkEnabled, bool &isFileUri, std::string &processName) MakeKiaProcess() argument
592 std::string processName; LoadAbility() local
852 LoadAbilityNoAppRecord(const std::shared_ptr<AppRunningRecord> appRecord, bool isShellCall, std::shared_ptr<ApplicationInfo> appInfo, std::shared_ptr<AbilityInfo> abilityInfo, const std::string &processName, const std::string &specifiedProcessFlag, const BundleInfo &bundleInfo, const HapModuleInfo &hapModuleInfo, std::shared_ptr<AAFwk::Want> want, bool appExistFlag, bool isPreload, sptr<IRemoteObject> token) LoadAbilityNoAppRecord() argument
2440 CreateAppRunningRecord( std::shared_ptr<AbilityRuntime::LoadParam> loadParam, std::shared_ptr<ApplicationInfo> appInfo, std::shared_ptr<AbilityInfo> abilityInfo, const std::string &processName, const BundleInfo &bundleInfo, const HapModuleInfo &hapModuleInfo, std::shared_ptr<AAFwk::Want> want, bool isKia) CreateAppRunningRecord() argument
3184 CreatNewStartMsg(const Want &want, const AbilityInfo &abilityInfo, const std::shared_ptr<ApplicationInfo> &appInfo, const std::string &processName, AppSpawnStartMsg &startMsg) CreatNewStartMsg() argument
3275 CreateStartMsg(const std::string &processName, uint32_t startFlags, const int uid, const BundleInfo &bundleInfo, const int32_t bundleIndex, BundleType bundleType, AppSpawnStartMsg &startMsg, std::shared_ptr<AAFwk::Want> want, const std::string &moduleName, const std::string &abilityName, bool strictMode) CreateStartMsg() argument
3380 StartProcess(const std::string &appName, const std::string &processName, uint32_t startFlags, std::shared_ptr<AppRunningRecord> appRecord, const int uid, const BundleInfo &bundleInfo, const std::string &bundleName, const int32_t bundleIndex, bool appExistFlag, bool isPreload, const std::string &moduleName, const std::string &abilityName, bool strictMode, sptr<IRemoteObject> token, std::shared_ptr<AAFwk::Want> want, ExtensionAbilityType ExtensionAbilityType) StartProcess() argument
3949 auto processName = bundle.applicationInfo.process; StartResidentProcess() local
3962 StartEmptyResidentProcess( const BundleInfo &info, const std::string &processName, int restartCount, bool isEmptyKeepAliveApp) StartEmptyResidentProcess() argument
4200 std::string processName; StartUserTestProcess() local
4201 MakeProcessName(std::make_shared<ApplicationInfo>(bundleInfo.applicationInfo), hapModuleInfo, processName); StartUserTestProcess() local
4262 StartEmptyProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer, const BundleInfo &info, const std::string &processName, const int userId) StartEmptyProcess() argument
4401 std::string processName; StartSpecifiedAbility() local
4812 std::string processName = appRecord->GetProcessName(); SendHiSysEvent() local
6219 std::string processName; NotifyAppFaultBySA() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp367 const auto& processName = data.baseInfo.processName; in ReportEventComplete() local
424 const auto& processName = data.baseInfo.processName; in ReportEventJankFrame() local
290 ANRRawReport(RawEventType type, int32_t uid, const std::string& packageName, const std::string& processName, const std::string& msg) ANRRawReport() argument
315 ANRShowDialog(int32_t uid, const std::string& packageName, const std::string& processName, const std::string& msg) ANRShowDialog() argument
474 const auto& processName = info.baseInfo.processName; ReportJankFrameApp() local
501 const auto& processName = info.baseInfo.processName; ReportJankFrameFiltered() local
527 const auto& processName = info.baseInfo.processName; ReportJankFrameUnFiltered() local
[all...]
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp73 std::string processName; in IsLocalRender() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp535 std::string processName; in GetCurrentProcessName() local
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp211 void SystemAbilityManager::IpcDumpSingleProcess(int32_t fd, int32_t cmd, const std::string processName) in IpcDumpSingleProcess() argument
229 const std::string processName = args[IPC_STAT_PROCESS_INDEX]; in IpcDumpProc() local
1157 std::u16string processName; in RemoveSystemProcess() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1117 std::string processName = ""; in ImportAuthCode() local
1144 std::string processName = ""; in ExportAuthCode() local
1412 std::string processName = ""; RegisterPinHolderCallback() local
1437 std::string processName = ""; CreatePinHolder() local
1462 std::string processName = ""; DestroyPinHolder() local
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp689 std::string processName = GetProcessName(appProperty); in HandleSpecialAppMount() local
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp729 std::string processName = abilityInfo.bundleName + SEPARATOR + abilityInfo.moduleName + SEPARATOR + in GenerateProcessNameForNewProcessMode() local
743 std::string processName = GenerateProcessNameForNewProcessMode(abilityRequest.abilityInfo); in PreCreateProcessName() local
757 std::string processName; in UpdateProcessName() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1516 std::string processName = ""; in HandleLaunchApplication() local
[all...]

Completed in 33 milliseconds

12345678910