Home
last modified time | relevance | path

Searched refs:uid (Results 1826 - 1850 of 3764) sorted by relevance

1...<<71727374757677787980>>...151

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp418 int32_t uid = data.ReadInt32(); in OnRemoteRequest() local
423 int32_t status = SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in OnRemoteRequest()
1858 auto uid = data.ReadUint64(); in OnRemoteRequest() local
1871 RegisterSurfaceBufferCallback(pid, uid, callback); in OnRemoteRequest()
1876 auto uid = data.ReadUint64(); in OnRemoteRequest() local
1877 UnregisterSurfaceBufferCallback(pid, uid); in OnRemoteRequest()
1917 info.uid = data.ReadInt32(); in ReadGameStateDataRs()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp1301 int32_t uid = 1; in HWTEST_F() local
1303 int32_t count = saMgr->UpdateSaFreMap(uid, TEST_SYSTEM_ABILITY1); in HWTEST_F()
1319 int32_t uid = -1; in HWTEST_F() local
1321 int32_t count = saMgr->UpdateSaFreMap(uid, TEST_SYSTEM_ABILITY1); in HWTEST_F()
1336 int32_t uid = 1; in HWTEST_F() local
1337 uint64_t key = SamgrUtil::GenerateFreKey(uid, TEST_SYSTEM_ABILITY1); in HWTEST_F()
1339 int32_t count = saMgr->UpdateSaFreMap(uid, TEST_SYSTEM_ABILITY1); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp1197 void AvrcCtProfile::SendPlayItemCmd(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter) in SendPlayItemCmd() argument
1199 HILOGI("address: %{public}s, scope: %{public}x, uid: %{public}jx, uidCounter: %{public}hd", in SendPlayItemCmd()
1200 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, uid, uidCounter); in SendPlayItemCmd()
1202 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtPiPacket>(scope, uid, uidCounter); in SendPlayItemCmd()
1224 void AvrcCtProfile::SendAddToNowPlayingCmd(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter) in SendAddToNowPlayingCmd() argument
1226 HILOGI("address: %{public}s, scope: %{public}d, uid: %{public}ju, uidCounter: %{public}hu", in SendAddToNowPlayingCmd()
1227 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, uid, uidCounter); in SendAddToNowPlayingCmd()
1229 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtAtnpPacket>(scope, uid, uidCounter); in SendAddToNowPlayingCmd()
1833 void AvrcCtProfile::SendGetItemAttributesCmd(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, in SendGetItemAttributesCmd() argument
1836 HILOGI("addr: %{public}s, scope: %{public}x, uid in SendGetItemAttributesCmd()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp313 AUDIO_INFO_LOG("OnStart uid:%{public}d", getuid()); in OnStart()
1431 // client pid uid check. in ResetProcessConfig()
1435 AUDIO_INFO_LOG("Check forward calling for uid:%{public}d", callerUid); in ResetProcessConfig()
1439 AUDIO_INFO_LOG("Use true client appInfo instead for pid:%{public}d uid:%{public}d", callerPid, callerUid); in ResetProcessConfig()
1529 const std::string AudioServer::GetBundleNameFromUid(int32_t uid) in GetBundleNameFromUid() argument
1543 bundleMgrProxy->GetNameForUid(uid, bundleName); in GetBundleNameFromUid()
1548 bool AudioServer::IsFastBlocked(int32_t uid) in IsFastBlocked() argument
1550 std::string bundleName = GetBundleNameFromUid(uid); in IsFastBlocked()
1884 AUDIO_INFO_LOG("[%{public}s] for uid:%{public}d tokenId:%{public}u", permissionName.c_str(), callerUid, tokenId); in VerifyClientPermission()
1951 AUDIO_INFO_LOG("check for uid in CheckRecorderPermission()
2004 AudioServerDied(pid_t pid, pid_t uid) AudioServerDied() argument
2014 pid_t uid = IPCSkeleton::GetCallingUid(); RegisterPolicyServerDeathRecipient() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager.cpp46 pid_t uid = 0; in RegisterDeathRecipientInner() local
47 sptr<AudioServerDeathRecipient> deathRecipient = new(std::nothrow) AudioServerDeathRecipient(pid, uid); in RegisterDeathRecipientInner()
50 [] (pid_t pid, pid_t uid) { AudioPolicyManager::AudioPolicyServerDied(pid, uid); }); in RegisterDeathRecipientInner()
175 void AudioPolicyManager::AudioPolicyServerDied(pid_t pid, pid_t uid) in AudioPolicyServerDied() argument
394 std::string AudioPolicyManager::GetSelectedDeviceInfo(int32_t uid, int32_t pid, AudioStreamType streamType) in GetSelectedDeviceInfo() argument
398 return gsp->GetSelectedDeviceInfo(uid, pid, streamType); in GetSelectedDeviceInfo()
2098 bool AudioPolicyManager::IsAllowedPlayback(const int32_t &uid, const int32_t &pid) in IsAllowedPlayback() argument
2102 return gsp->IsAllowedPlayback(uid, pid); in IsAllowedPlayback()
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c709 unsigned int uid, unsigned int gid) in nfs_mount()
720 rpcclnt_setuidgid(uid, gid); in nfs_mount()
782 PRINTK("Mount nfs on %s:%s, uid:%d, gid:%d\n", server_ip_addr, server_nfs_path, uid, gid); in nfs_mount()
841 nmp->nm_uid = mnt->vnodeBeCovered->uid; in vfs_nfs_mount()
844 vp->uid = nmp->nm_uid; in vfs_nfs_mount()
897 (*vpp)->uid = nmp->nm_uid; in vfs_nfs_lookup()
910 buf->st_uid = node->uid; in vfs_nfs_stat()
1547 (*vpp)->uid = nmp->nm_uid; in vfs_nfs_mkdir()
2521 (*vpp)->uid in vfs_nfs_create()
708 nfs_mount(const char *server_ip_and_path, const char *mount_path, unsigned int uid, unsigned int gid) nfs_mount() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp92 // a valid inner uid value which is not border value. in GetTestUid()
194 appInfo->name, GetTestProcessName(), appInfo->uid, bundleInfo); in StartLoadAbility()
252 abilityInfo->applicationInfo.uid = 1010; in HWTEST_F()
253 appInfo->uid = 1010; in HWTEST_F()
289 abilityInfo->applicationInfo.uid = 1010; in HWTEST_F()
290 appInfo->uid = 1010; in HWTEST_F()
305 anotherAbilityInfo->applicationInfo.uid = 1010; in HWTEST_F()
2033 int32_t uid = 1; in HWTEST_F() local
2034 renderRecord->SetUid(uid); in HWTEST_F()
2035 EXPECT_EQ(renderRecord->GetUid(), uid); in HWTEST_F()
2054 int32_t uid = 1; HWTEST_F() local
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h122 * @brief Add form user uid from form record.
124 * @param formUserUid The form user uid.
129 * @brief Delete form user uid from form record.
131 * @param uid calling user id.
134 bool DeleteFormUserUid(const int64_t formId, const int uid);
212 * @brief Check calling uid is valid.
214 * @return Returns true if this user uid is valid; returns false otherwise.
364 * @param uid The caller uid.
368 void GetNoHostTempForms(const int uid, st
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp284 int32_t FormBmsHelper::GetBundleNameByUid(const int32_t uid, std::string &bundleName) in GetBundleNameByUid() argument
292 if (IN_PROCESS_CALL(iBundleMgr->GetNameForUid(uid, bundleName)) != ERR_OK) { in GetBundleNameByUid()
293 HILOG_ERROR("fail get bundle name by uid"); in GetBundleNameByUid()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h133 MOCK_METHOD2(UpdateApplicationInfoInstalled, int(const std::string&, const int uid));
138 MOCK_METHOD3(KillApplicationByUid, int(const std::string&, const int uid, const std::string&));
/foundation/ability/ability_runtime/test/unittest/ability_manager_test/
H A Dability_manager_stub_mock.h201 virtual int UninstallApp(const std::string& bundleName, int32_t uid) in UninstallApp() argument
312 int32_t uid));
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h518 * @param uid Output parameters, return userId.
521 virtual int32_t GetBundleNameByPid(const int32_t pid, std::string &bundleName, int32_t &uid) override;
685 * @param uid the uid of the process.
689 int32_t SignRestartAppFlag(int32_t uid) override;
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_second_test/
H A Dability_manager_stub_mock_second_test.h208 virtual int UninstallApp(const std::string& bundleName, int32_t uid) in UninstallApp() argument
307 int32_t uid));
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_stub_mock_test.h208 virtual int UninstallApp(const std::string& bundleName, int32_t uid) in UninstallApp() argument
307 int32_t uid));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_proxy.h462 * @param uid Output parameters, return userId.
465 virtual int32_t GetBundleNameByPid(const int pid, std::string &bundleName, int32_t &uid) override;
643 * @param uid the uid of the process.
647 int32_t SignRestartAppFlag(int32_t uid) override;
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/
H A Dresident_process_manager.cpp234 int32_t uid = 0; in OnAppStateChanged() local
240 appScheduler->GetBundleNameByPid(info.pid, bundleName, uid); in OnAppStateChanged()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_service.h99 int32_t uid));
174 int UninstallApp(const std::string& bundleName, int32_t uid) override;
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dupdate_caller_info_util.cpp209 int32_t uid = dialogCallerWant.GetIntParam(Want::PARAM_RESV_CALLER_UID, 0); in UpdateAsCallerInfoFromDialog() local
214 want.SetParam(Want::PARAM_RESV_CALLER_UID, uid); in UpdateAsCallerInfoFromDialog()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h278 abilityInfo.applicationInfo.uid = MOCK_MAIN_UID;
290 abilityInfo.applicationInfo.uid = MOCK_MAIN_UID;
/foundation/ability/ability_runtime/test/unittest/service_extension_context_test/
H A Dability_manager_stub_mock.h182 virtual int UninstallApp(const std::string& bundleName, int32_t uid) in UninstallApp() argument
283 int32_t uid));
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_cache_manager.cpp287 void AbilityCacheManager::SignRestartAppFlag(int32_t uid) in SignRestartAppFlag() argument
293 if (abilityRecord != nullptr && abilityRecord->GetUid() == uid) { in SignRestartAppFlag()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_proxy.cpp253 void BluetoothAvrcpTgProxy::NotifyTrackChanged(int64_t uid, int32_t playbackPos) in NotifyTrackChanged() argument
261 if (!data.WriteInt64(uid)) { in NotifyTrackChanged()
262 HILOGE("BluetoothAvrcpTgProxy::NotifyTrackChanged uid error"); in NotifyTrackChanged()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp294 void AvrcpTarget::NotifyTrackChanged(uint64_t uid, uint32_t playbackPos) in NotifyTrackChanged() argument
305 proxy->NotifyTrackChanged(static_cast<int64_t>(uid), static_cast<int32_t>(playbackPos)); in NotifyTrackChanged()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp238 long uid = data.ReadInt64(); in NotifyTrackChangedInner() local
241 NotifyTrackChanged(uid, playbackPos); in NotifyTrackChangedInner()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_ability_mgr_host.h160 virtual int UninstallApp(const std::string &bundleName, int32_t uid) override
175 const WantSenderInfo &wantSenderInfo, const sptr<IRemoteObject> &callerToken, int32_t uid) override

Completed in 37 milliseconds

1...<<71727374757677787980>>...151