/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_manager_test/ |
H A D | insight_intent_utils_mock.cpp | 20 GetSrcEntry(const AppExecFwk::ElementName &elementName, const std::string &intentName, const AppExecFwk::ExecuteMode &executeMode, std::string &srcEntry) GetSrcEntry() argument
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor_info.h | 29 std::string srcEntry; member
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | child_process_request.h | 29 std::string srcEntry; member
|
H A D | child_process_info.h | 41 std::string srcEntry; member
|
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/ |
H A D | child_process_start_info.h | 27 std::string srcEntry; member
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | insight_intent_profile.h | 50 std::string srcEntry; member
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | insight_intent_utils.cpp | 53 GetSrcEntry(const AppExecFwk::ElementName &elementName, const std::string &intentName, const AppExecFwk::ExecuteMode &executeMode, std::string &srcEntry) GetSrcEntry() argument
|
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/ |
H A D | child_process_manager_test.cpp | 315 std::string srcEntry = "entry/./ets/process/AProcess.ts"; in HWTEST_F() local 328 std::string srcEntry = "AProcess.ts"; in HWTEST_F() local 341 std::string srcEntry = "./ets/process/AProcess.ts"; in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentutils_fuzzer/ |
H A D | abilitymgrinsightintentutils_fuzzer.cpp | 71 std::string srcEntry; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/ |
H A D | child_process_record_test.cpp | 173 auto srcEntry = childRecord->GetSrcEntry(); in HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_execute_manager.cpp | 91 std::string srcEntry; in CheckAndUpdateWant() local 224 std::string srcEntry; in GenerateWant() local [all...] |
H A D | insight_intent_profile.cpp | 70 std::string srcEntry; member
|
H A D | free_install_manager.cpp | 755 std::string srcEntry; in NotifyInsightIntentFreeInstallResult() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/js_child_process_manager/ |
H A D | js_child_process_manager.cpp | 39 std::string srcEntry; member 86 std::string srcEntry; in OnStartChildProcess() local 116 StartChildProcessSelfForkTask(const napi_env &env, const napi_value &lastParam, napi_value &result, const std::string &srcEntry) StartChildProcessSelfForkTask() argument 134 StartChildProcessAppSpawnForkTask(const napi_env &env, const napi_value &lastParam, napi_value &result, const std::string &srcEntry) StartChildProcessAppSpawnForkTask() argument 177 std::string srcEntry; OnStartArkChildProcess() local 268 auto &srcEntry = param.srcEntry; StartChildProcessWithArgsTask() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 233 auto &srcEntry = processInfo_->srcEntry; in HandleLoadArkTs() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 71 ChildProcessManagerErrorCode ChildProcessManager::StartChildProcessBySelfFork(const std::string &srcEntry, pid_t &pid) in StartChildProcessBySelfFork() argument 230 void ChildProcessManager::HandleChildProcessBySelfFork(const std::string &srcEntry, in HandleChildProcessBySelfFork() argument 102 StartChildProcessByAppSpawnFork( const std::string &srcEntry, pid_t &pid) StartChildProcessByAppSpawnFork() argument 110 StartChildProcessWithArgs( const std::string &srcEntry, pid_t &pid, int32_t childProcessType, const AppExecFwk::ChildProcessArgs &args, const AppExecFwk::ChildProcessOptions &options) StartChildProcessWithArgs() argument 264 LoadJsFile(const std::string &srcEntry, const AppExecFwk::HapModuleInfo &hapModuleInfo, std::unique_ptr<AbilityRuntime::Runtime> &runtime, std::shared_ptr<AppExecFwk::ChildProcessArgs> args) LoadJsFile() argument 318 LoadNativeLibWithArgs(const std::string &moduleName, const std::string &srcEntry, const std::string &entryFunc, std::shared_ptr<AppExecFwk::ChildProcessArgs> args) LoadNativeLibWithArgs() argument 486 MakeProcessName(const std::string &srcEntry) MakeProcessName() argument 506 GetModuleNameFromSrcEntry(const std::string &srcEntry) GetModuleNameFromSrcEntry() argument [all...] |
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.cpp | 426 std::unique_ptr<NativeReference> JsAbilityStage::LoadJsSrcEntry(const std::string &srcEntry) in LoadJsSrcEntry() argument 461 bool JsAbilityStage::LoadJsStartupConfig(const std::string &srcEntry) in LoadJsStartupConfig() argument
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 6903 auto &srcEntry = request.srcEntry; in NotifyAppFaultBySA() local
|