Home
last modified time | relevance | path

Searched defs:pid (Results 1126 – 1150 of 1387) sorted by relevance

1...<<41424344454647484950>>...56

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h72 uint32_t pid; member
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h115 uint32_t pid; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link.h52 int32_t pid; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp355 int32_t pid = 1; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
H A Dconnection_state_manager_test.cpp563 int32_t pid = 0; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp106 int32_t pid = cpuCollectionInfo.pid; in IsForegroundStateInCollectionPeriod() local
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp165 auto pid = getprocpid(); in SetUp() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list.cpp447 … MissionList::GetActiveAbilityList(int32_t uid, std::vector<std::string> &abilityList, int32_t pid) in GetActiveAbilityList()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_service_mock_test.cpp284 int32_t pid = 10000; variable
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h487 pid_t pid; member
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device_builder.cpp170 int32_t pid = std::atoi(direntName.c_str()); in ExecuteUnmount() local
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp132 pid_t pid{0}; member
938 static bool CheckReadIsCanceled(pid_t pid, shared_ptr<CloudInode> cInode) in CheckReadIsCanceled()
1017 static bool CheckAndWait(pid_t pid, shared_ptr<CloudInode> cInode, off_t off) in CheckAndWait()
1060 static void CloudReadOnCloudFile(pid_t pid, in CloudReadOnCloudFile()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp111 int32_t pid = GetCallingPid(); in OnRemoteRequest() local
431 int32_t pid = GetCallingPid(); in StubHandleAllocSocketFd() local
984 int32_t pid = 0; in StubClearWindowPointerStyle() local
1140 int pid = GetCallingPid(); in StubAddInputHandler() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_unit_test.cpp1388 int32_t pid = -1; variable
1403 int32_t pid = getpid(); variable
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp908 std::string name, int32_t pid) in ReportSubscribeKeyEvent()
924 std::string name, int32_t pid) in ReportUnSubscribeKeyEvent()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp176 … asDeathRecipient->SetNotifyCb([] (pid_t pid) { AudioSystemManager::AudioServerDied(pid); }); in GetAudioSystemManagerProxy()
187 void AudioSystemManager::AudioServerDied(pid_t pid) in AudioServerDied()
699 std::string AudioSystemManager::GetSelectedDeviceInfo(int32_t uid, int32_t pid, AudioStreamType str… in GetSelectedDeviceInfo()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp627 bool InputMethodSystemAbility::IsCurrentImeByPid(int32_t pid) in IsCurrentImeByPid()
1479 …[this](bool isOnFocused, int32_t pid, int32_t uid) { HandleFocusChanged(isOnFocused, pid, uid); }); in InitFocusChangedMonitor()
1772 void InputMethodSystemAbility::HandleFocusChanged(bool isFocused, int32_t pid, int32_t uid) in HandleFocusChanged()
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp1111 int32_t pid = InteractionManager::GetInstance()->GetDragTargetPid(); variable
1301 int32_t pid = InteractionManager::GetInstance()->GetDragTargetPid(); variable
1317 int32_t pid = InteractionManager::GetInstance()->GetDragTargetPid(); variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h1478 int32_t pid = 0; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_server_tcp_direct_test.cpp692 int32_t pid = 0; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_int.h71 #define AVCT_PARSE_SIGNLE_HDR(p, label, cr, ipid, pid) \ argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp328 pid_t pid = fork(); in VerifyAbc() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp287 int pid = 100; // for test variable
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp225 pid_t pid = GetImsaPid(); in KillImsaProcess() local
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp497 …IsAppBackground(std::string bundleName, uint32_t tokenId, uint64_t tokenIdEx, pid_t uid, pid_t pid) in IsAppBackground()

1...<<41424344454647484950>>...56