Home
last modified time | relevance | path

Searched defs:procName (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dtest_util.cpp24 void DeviceProfile::TestUtil::MockPermission(const std::string& procName) in MockPermission()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp44 std::string procName = CommonUtils::GetProcFullNameByPid(pid); in GetProcessName() local
83 bool ProcessStatus::UpdateProcessName(int32_t pid, const std::string& procName) in UpdateProcessName()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dauthority_manager.cpp180 std::string procName = GetCallingProcName(); in CheckInterfaceAuthority() local
216 std::string procName = GetCallingProcName(); in CheckServicesAuthority() local
321 std::string procName; in GetCallingProcName() local
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Daddsystemprocess_fuzzer.cpp36 std::u16string procName = Str8ToStr16(FuzzTestUtils::BuildStringFromData(data, size)); in FuzzAddSystemProcess() local
/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/
H A Dpurgeablemem_config.cpp36 std::string procName; in ParseConfig() local
H A Dreclaim_priority_config.cpp103 std::string procName; in ParseReclaimPriorityImportantBgAppsConfig() local
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dgraphic_memory_collector_test.cpp48 const std::string procName = systemuiPid > 0 ? systemuiProcName : sceneBoardProcName; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp1358 u16string procName = u"test"; variable
1371 u16string procName = u"test"; variable
1388 u16string procName = u"test"; variable
1403 u16string procName = u""; variable
1418 u16string procName = u""; variable
1433 u16string procName = u""; variable
1448 u16string procName = u"test"; variable
1466 u16string procName = u"test"; variable
1481 u16string procName = u"test"; variable
1500 u16string procName = u"test"; variable
[all …]
H A Dsystem_ability_mgr_test.cpp2580 std::u16string procName; variable
2598 std::u16string procName; variable
2637 std::u16string procName; variable
2654 std::u16string procName; variable
2847 std::u16string procName = u"listen_test1"; variable
2868 std::u16string procName = u"foundation"; variable
2885 std::u16string procName = u""; variable
2963 std::u16string procName = u"test"; variable
3019 std::u16string procName = u"foundation"; variable
/ohos5.0/base/security/device_auth/test/fuzztest/devauthcb_fuzzer/
H A Ddevauthcb_fuzzer.cpp38 static void NativeTokenSet(const char *procName) in NativeTokenSet()
/ohos5.0/base/hiviewdfx/hiview/base/event_report/cache/
H A Dhiview_event_cacher.cpp43 void HiviewEventCacher::UpdatePluginStatsEvent(const std::string &name, const std::string &procName in UpdatePluginStatsEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.h42 std::string procName; member
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp66 std::string procName = BuildStringFromData(data, size); in FuzzOndemandLoad() local
108 std::string procName = BuildStringFromData(data, size); in FuzzRemoveSystemProcess() local
/ohos5.0/base/security/device_auth/test/fuzztest/devauth_fuzzer/
H A Ddevauth_fuzzer.cpp38 static void NativeTokenSet(const char *procName) in NativeTokenSet()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp644 void SystemAbilityManager::StartOnDemandAbility(const std::u16string& procName, int32_t systemAbili… in StartOnDemandAbility()
682 bool SystemAbilityManager::StopOnDemandAbility(const std::u16string& procName, in StopOnDemandAbility()
689 bool SystemAbilityManager::StopOnDemandAbilityInner(const std::u16string& procName, in StopOnDemandAbilityInner()
704 const std::u16string& procName) in AddOnDemandSystemAbilityInfo()
1133 int32_t SystemAbilityManager::AddSystemProcess(const u16string& procName, in AddSystemProcess()
1215 sptr<IRemoteObject> SystemAbilityManager::GetSystemProcess(const u16string& procName) in GetSystemProcess()
1549 int32_t SystemAbilityManager::StartingSystemProcessLocked(const std::u16string& procName, in StartingSystemProcessLocked()
1584 int32_t SystemAbilityManager::StartingSystemProcess(const std::u16string& procName, in StartingSystemProcess()
1784 const std::u16string& procName, const OnDemandEvent& event) in DoUnloadSystemAbility()
1816 …ol SystemAbilityManager::IdleSystemAbility(int32_t systemAbilityId, const std::u16string& procName, in IdleSystemAbility()
[all …]
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_kickdog.c20 static int OpenAndWriteToProc(const char *procName, const char *writeStr, size_t writeLen) in OpenAndWriteToProc()
/ohos5.0/base/hiviewdfx/hiview/base/event_report/test/unittest/common/
H A Devent_report_unit_test.cpp127 const std::string procName = "TEST_PROC_NAME"; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_report/
H A Dhiview_event_report.cpp71 void HiviewEventReport::UpdatePluginStats(const std::string &name, const std::string &procName, uin… in UpdatePluginStats()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.cpp401 const char* procName, in AcquireProc()
412 const char* procName, in AcquireProc()
427 return [this](const char* procName, VkInstance instance, VkDevice device) { in CreateSkiaGetProc()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_function_jumble.cpp42 void HiviewEventReport::UpdatePluginStats(const std::string &name, const std::string &procName, uin… in UpdatePluginStats()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h70 …int32_t AddOnDemandSystemAbilityInfo(int32_t systemAbilityId, const std::u16string& procName) over… in AddOnDemandSystemAbilityInfo()
83 …int32_t AddSystemProcess(const std::u16string& procName, const sptr<IRemoteObject>& procObject) ov… in AddSystemProcess()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
H A Dmipi_tx_dev.c127 char procName[NAME_LEN + 1]; in ProcRegister() local
182 char procName[NAME_LEN + 1]; in ProcUnregister() local
/ohos5.0/foundation/systemabilitymgr/safwk/test/fuzztest/systemabilityfwk_fuzzer/
H A Dsystemabilityfwk_fuzzer.cpp86 std::string procName = GetData<std::string>(); in FuzzLocalAbilityManager() local
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp99 std::string procName = CommonUtils::GetProcFullNameByPid(pid); in WriteKernelStackToFd() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp234 std::string procName; in GetCallerProcName() local

123