Home
last modified time | relevance | path

Searched refs:pid (Results 2876 - 2900 of 7184) sorted by relevance

1...<<111112113114115116117118119120>>...288

/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/
H A Dhisysevent_adapter.cpp43 void ReportSysEventServiceStart(int32_t pid, uint32_t hapSize, uint32_t nativeSize, uint32_t permDefSize) in ReportSysEventServiceStart() argument
47 "PID", pid, "HAP_SIZE", hapSize, "NATIVE_SIZE", nativeSize, "PERM_DEFINITION_SIZE", permDefSize); in ReportSysEventServiceStart()
/base/security/code_signature/test/unittest/utils/src/
H A Dxpm_common.cpp51 pid_t pid = getpid(); in GetXpmRegion() local
52 std::string path = XPM_PROC_PREFIX_PATH + std::to_string(pid) + XPM_PROC_SUFFIX_PATH; in GetXpmRegion()
/base/security/dlp_permission_service/services/dlp_permission/sa/callback/open_dlp_file_callback/
H A Dopen_dlp_file_callback_manager.h46 int32_t pid, int32_t userId, const std::string& bundleName, const sptr<IRemoteObject>& callback);
48 int32_t RemoveCallback(int32_t pid, const sptr<IRemoteObject> &callback);
/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd.h60 pid_t pid; member
84 void CmdServiceProcessDelClient(pid_t pid);
/base/security/security_guard/frameworks/common/constants/include/
H A Dsecurity_collector_define.h56 int32_t pid;
64 int32_t pid;;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpreload_uiext_state_observer.cpp33 int32_t diedPid = processData.pid; in OnProcessDied()
34 TAG_LOGD(AAFwkTag::ABILITYMGR, "Host pid is %{public}d, died pid is %{public}d.", hostPid, diedPid); in OnProcessDied()
36 TAG_LOGD(AAFwkTag::ABILITYMGR, "Host pid is not equals to died pid."); in OnProcessDied()
50 int32_t cachePid = appStateData.pid; in OnAppCacheStateChanged()
H A Dability_running_info.cpp27 pid = parcel.ReadInt32(); in ReadFromParcel()
55 if (!parcel.WriteInt32(pid)) { in Marshalling()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dmemory_level_info.cpp72 pid_t pid = parcel.ReadInt32(); in ReadFromParcel() local
85 procLevelMap_[pid] = level; in ReadFromParcel()
/foundation/ability/ability_runtime/test/fuzztest/getapplicationinfobyprocessid_fuzzer/
H A Dgetapplicationinfobyprocessid_fuzzer.cpp47 int pid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
51 if (appMgrClient->GetApplicationInfoByProcessID(pid, application, debug) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_single_frame_composer.h39 static void AddOrRemoveAppPidToMap(bool isNodeSingleFrameComposer, pid_t pid);
40 static bool IsShouldProcessByIpcThread(pid_t pid);
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_privacy.h54 explicit CameraPrivacy(wptr<HCameraDevice> device, uint32_t callingTokenId, int32_t pid) in CameraPrivacy() argument
55 : pid_(pid), callerToken_(callingTokenId), cameraDevice_(device) {} in CameraPrivacy()
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_engine_factory.h58 virtual std::unique_ptr<IPlayerEngine> CreatePlayerEngine(int32_t uid = 0, int32_t pid = 0, uint32_t tokenId = 0) in CreatePlayerEngine()
61 (void)pid; in CreatePlayerEngine()
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_service_stub.h41 void ClientDied(pid_t pid);
42 int32_t DestroyStubForPid(pid_t pid);
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dkey_info.h25 KeyInfo(const std::string& pkg, const int32_t& uid, const int32_t& pid = -1): pkg_(pkg), uid_(uid), pid_(pid) {} in KeyInfo()
60 return "pkg: " + pkg_ + " uid: " + std::to_string(uid_) + " pid: " + std::to_string(pid_); in ToString()
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dresource_application_record.h44 ResourceApplicationRecord(int32_t uid, int32_t pid, uint32_t resourceNumber, std::string bundleName) in ResourceApplicationRecord() argument
45 : uid_(uid), pid_(pid), resourceNumber_(resourceNumber), bundleName_(bundleName) {} in ResourceApplicationRecord()
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Doom_score_adj_utils_test.cpp95 pid_t pid = 0; in HWTEST_F() local
97 static bool ret = OomScoreAdjUtils::WriteOomScoreAdjToKernel(pid, priority); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dapp_state_observer.h51 return abilityStateData.uid > 0 && abilityStateData.pid >= 0 in ValidateAbilityStateData()
59 return processData.uid > 0 && processData.pid >= 0 in ValidateProcessData()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_process_skeleton.cpp36 pid_t pid = getpid(); in NAPI_getCallingPid() local
38 napi_create_int32(env, static_cast<int32_t>(pid), &result); in NAPI_getCallingPid()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetlink_msg_test.cpp46 int32_t pid = 513; in HWTEST_F() local
47 NetlinkMsg netLinkMsg(flags, maxBufLen, pid); in HWTEST_F()
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dipc_test_helper.h51 bool StopExecutable(pid_t pid);
57 void AddTestAppPid(const std::string &appName, const int &pid);
/kernel/linux/build/test/moduletest/runtest/bin/cpusetdecouple_cpuhotplug_t/testcases/bin/
H A Dcpusetdecouple_cpuhotplug03.sh66 pid=$!
67 echo $pid > /dev/cpuset/hotplug03/cgroup.procs
H A Dcpusetdecouple_cpuhotplug02.sh49 pid=$!
51 echo $pid > /dev/cpuset/hotplug02/cgroup.procs
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dtlbflush.h37 unsigned int pid = READ_ONCE(mm->context.id); in local_flush_tlb_mm() local
39 if (pid != MMU_NO_CONTEXT) in local_flush_tlb_mm()
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
H A Dgrulib.h122 pid_t pid; member
136 pid_t pid; member
/kernel/linux/linux-5.10/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl102 my ($event_name, $cpu, $secs, $nsecs, $pid, $comm) = @_;
105 $event_name, $cpu, $secs, $nsecs, $pid, $comm);

Completed in 12 milliseconds

1...<<111112113114115116117118119120>>...288