Home
last modified time | relevance | path

Searched refs:getpid (Results 26 - 50 of 235) sorted by relevance

12345678910

/foundation/resourceschedule/ffrt/src/internal_inc/
H A Dosal.h30 return getpid(); in GetPid()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_test.cpp44 ASSERT_EQ(DHCP_OPT_SUCCESS, InitPidfile(workDir, pidFile, getpid())); in HWTEST_F()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_napi_unittest.cpp69 EXPECT_EQ(callingInfo.callingPid, getpid()); in HWTEST_F()
/foundation/multimedia/player_framework/services/dfx/
H A Ddfx_log_dump.cpp72 logStr += std::to_string(getpid()); in AddNewLog()
156 file += std::to_string(getpid()); in TaskProcessor()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/
H A Dsilence_update_strategy.cpp65 want.SetParam("servicePid", getpid()); in NotifyUpdateFail()
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_service.cpp82 int32_t pid = getpid(); in RecordProcessIdByKvStore()
/foundation/multimodalinput/input/util/common/src/
H A Dklog.cpp83 kLevel, 0x0D002800, getpid(), fileName, line, "klog", "info", tmpFmt) == -1) { in kMsgLog()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_process_skeleton.cpp36 pid_t pid = getpid(); in NAPI_getCallingPid()
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_permission_utils.cpp81 if (uid == static_cast<int>(getuid()) && pid == static_cast<int>(getpid())) { in VerifyPermission()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dlogger.cpp47 #define getpid getpid macro
200 logger << getpid() << ":" << GET_TID() << " "; in AppendPidTid()
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsoundpool.cpp36 SoundPoolManager::GetInstance().SetSoundPool(getpid(), impl); in CreateSoundPool()
37 SoundPoolManager::GetInstance().GetSoundPool(getpid(), impl); in CreateSoundPool()
226 SoundPoolManager::GetInstance().Release(getpid()); in ReleaseInner()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp81 if (pid == getpid()) { in GetFfrtDumpInfoProc()
163 result = std::string("StartIpcStatistics pid:") + std::to_string(getpid()); in StartSamgrIpcStatistics()
171 result = std::string("StopSamgrIpcStatistics pid:") + std::to_string(getpid()); in StopSamgrIpcStatistics()
181 result += std::to_string(getpid()); in GetSamgrIpcStatistics()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_extra_plus_unit_test.cpp100 STREAM_MUSIC, getpid()); in HWTEST()
162 tempParams, STREAM_MUSIC, getpid()); in HWTEST()
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dabilityms_client.cpp92 pid_t pid = getpid(); in ScheduleAms()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dace_forward_compatibility_test.cpp35 AceForwardCompatibility::ReclaimFileCache(getpid()); in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/
H A Dfocus_session_strategy.cpp30 AudioStandard::AudioStreamManager::GetInstance()->UnregisterAudioRendererEventListener(getpid()); in ~FocusSessionStrategy()
/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_manager.cpp73 int32_t pid = getpid(); in main()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_flo.cpp58 .pid = getpid(), in InitCfg()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/src/
H A Dtest_sa_proxy_cache.cpp77 pid = getpid(); in GetSaPid()
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_core_sched.cpp61 m_pid = getpid(); in BeginFlushAnimation()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dsched_policy.cpp16 #include <unistd.h> // for gettid, getpid
51 pid = getpid(); in SetThreadGroupSchedPolicy()
/foundation/window/window_manager/previewer/src/
H A Dvsync_station.cpp46 receiver_ = rsClient.CreateVSyncReceiver("WM_" + std::to_string(getpid()), nodeId_); in RequestVsync()
/foundation/window/window_manager/window_scene/common/include/
H A Dtask_scheduler.h58 static pid_t pid = getpid(); in PostSyncTask()
/foundation/communication/dsoftbus/core/common/security/permission/small/
H A Dsoftbus_permission.c49 if (callingUid == (pid_t)getuid() && callingPid == getpid()) { in GetPermType()
/foundation/communication/wifi/wifi/base/shared_util/
H A Dwifi_watchdog_utils.cpp71 kill(getpid(), SIGSEGV); in ResetProcess()

Completed in 9 milliseconds

12345678910