Home
last modified time | relevance | path

Searched defs:userId (Results 426 - 450 of 1775) sorted by relevance

1...<<11121314151617181920>>...71

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcreate_dir_param.h36 int32_t userId; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_host_impl.cpp27 int32_t userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in IsDefaultApplication() local
31 ErrCode DefaultAppHostImpl::GetDefaultApplication(int32_t userId, const std::string& type, BundleInfo& bundleInfo) in GetDefaultApplication() argument
37 ErrCode DefaultAppHostImpl::SetDefaultApplication(int32_t userId, const std::string& type, const Want& want) in SetDefaultApplication() argument
72 ResetDefaultApplication(int32_t userId, const std::string& type) ResetDefaultApplication() argument
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplcopyfilestotempdir_fuzzer/
H A Dverifymanagerhostimplcopyfilestotempdir_fuzzer.cpp41 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_manager.cpp42 GetAllOverlayModuleInfo(const std::string &bundleName, std::vector<OverlayModuleInfo> &overlayModuleInfo, int32_t userId) GetAllOverlayModuleInfo() argument
54 GetOverlayModuleInfo(const std::string &bundleName, const std::string &moduleName, OverlayModuleInfo &overlayModuleInfo, int32_t userId) GetOverlayModuleInfo() argument
66 GetOverlayBundleInfoForTarget(const std::string &targetBundleName, std::vector<OverlayBundleInfo> &overlayBundleInfo, int32_t userId) GetOverlayBundleInfoForTarget() argument
78 GetOverlayModuleInfoForTarget(const std::string &targetBundleName, const std::string &targetModuleName, std::vector<OverlayModuleInfo> &overlayModuleInfo, int32_t userId) GetOverlayModuleInfoForTarget() argument
91 SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, bool isEnabled, int32_t userId) SetOverlayEnabled() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp33 void UtdHandler::InstallUtdAsync(const std::string &bundleName, const int32_t userId) in InstallUtdAsync() argument
47 void UtdHandler::UninstallUtdAsync(const std::string &bundleName, const int32_t userId) in UninstallUtdAsync() argument
58 std::string UtdHandler::GetEntryHapPath(const std::string &bundleName, const int32_t userId) in GetEntryHapPath() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_unlocked_test.cpp69 bool BmsEventHandlerUnLockedTest::CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId) in CreateBundleDataDir() argument
/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_mgr_host.cpp48 bool MockBundleMgrHost::CleanBundleDataFiles(const std::string &bundleName, const int userId, const int appIndex) in CleanBundleDataFiles() argument
55 ErrCode MockBundleMgrHost::SetApplicationEnabled(const std::string &bundleName, bool isEnable, int32_t userId) in SetApplicationEnabled() argument
63 ErrCode MockBundleMgrHost::SetAbilityEnabled(const AbilityInfo &abilityInfo, bool isEnable, int32_t userId) in SetAbilityEnabled() argument
25 DumpInfos( const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) DumpInfos() argument
39 CleanBundleCacheFiles(const std::string &bundleName, const sptr<ICleanCacheCallback> cleanCacheCallback, int32_t userId, int32_t appIndex) CleanBundleCacheFiles() argument
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_service_mock.h136 UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, const std::vector<uint8_t> &newSecret, uint64_t secureUid, uint32_t userId, std::vector<std::vector<uint8_t>> &plainText) UpdateUseAuthWithRecoveryKey() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_service_mock.h207 UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, const std::vector<uint8_t> &newSecret, uint64_t secureUid, uint32_t userId, std::vector<std::vector<uint8_t>> &plainText) UpdateUseAuthWithRecoveryKey() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_file_utils.cpp28 string PhotoFileUtils::AppendUserId(const string& path, int32_t userId) in AppendUserId() argument
42 string PhotoFileUtils::GetEditDataDir(const string& photoPath, int32_t userId) in GetEditDataDir() argument
51 string PhotoFileUtils::GetEditDataPath(const string& photoPath, int32_t userId) in GetEditDataPath() argument
60 string PhotoFileUtils::GetEditDataCameraPath(const string& photoPath, int32_t userId) in GetEditDataCameraPath() argument
69 string PhotoFileUtils::GetEditDataSourcePath(const string& photoPath, int32_t userId) in GetEditDataSourcePath() argument
98 GetMetaDataRealPath(const string &photoPath, int32_t userId) GetMetaDataRealPath() argument
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/
H A Ddeferred_video_processing_session.cpp26 DeferredVideoProcessingSession::DeferredVideoProcessingSession(const int32_t userId) in DeferredVideoProcessingSession() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/
H A Dscheduler_manager.cpp46 std::shared_ptr<DeferredPhotoProcessor> SchedulerManager::GetPhotoProcessor(const int32_t userId, in GetPhotoProcessor() argument
56 void SchedulerManager::CreatePhotoProcessor(const int32_t userId, TaskManager* taskManager, in CreatePhotoProcessor() argument
70 GetVideoProcessor(const int32_t userId) GetVideoProcessor() argument
78 GetVideoController(const int32_t userId) GetVideoController() argument
86 CreateVideoProcessor(const int32_t userId, const std::shared_ptr<IVideoProcessCallbacks>& callbacks) CreateVideoProcessor() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Ddeferred_video_proc_adapter.cpp47 int32_t userId = uid / BASE_USER_RANGE; in DeferredVideoProcessingAdapter() local
/foundation/resourceschedule/device_standby/services/core/src/
H A Dbundle_manager_helper.cpp65 bool WEAK_FUNC BundleManagerHelper::GetApplicationInfos(const AppExecFwk::ApplicationFlag flag, int userId, in GetApplicationInfos() argument
51 GetApplicationInfo(const std::string &appName, const AppExecFwk::ApplicationFlag flag, const int userId, AppExecFwk::ApplicationInfo &appInfo) GetApplicationInfo() argument
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_form_record.cpp31 BundleActiveFormRecord(const std::string formName, const int32_t formDimension, const int64_t formId, const int64_t timeStamp, const int32_t userId, const int32_t uid) BundleActiveFormRecord() argument
H A Dapp_group_callback_info.cpp21 AppGroupCallbackInfo::AppGroupCallbackInfo(int32_t userId, int32_t oldGroup, int32_t newGroup, in AppGroupCallbackInfo() argument
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveobserver_fuzzer/
H A Dbundleactiveobserver_fuzzer.cpp52 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_user_service.h38 BundleActiveUserService(const int32_t userId, BundleActiveCore& listener, const bool debug):listener_(listener) in BundleActiveUserService() argument
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dmemcg_test.cpp200 unsigned int userId = 23456; in HWTEST_F() local
208 unsigned int userId = 23456; in HWTEST_F() local
217 unsigned int userId = 23456; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_rule_native_helper_test.cpp55 const int32_t userId = 100; in HWTEST_F() local
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_rule_native_helper.cpp121 int32_t NetFirewallRuleNativeHelper::SetCurrentUserId(int32_t userId) in SetCurrentUserId() argument
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dvpn_database_helper_test.cpp153 int32_t userId = 100; in HWTEST_F() local
H A Dl2tp_vpn_ctl_test.cpp43 int32_t userId = 0; in SetUpTestSuite() local
H A Dipsec_vpn_ctl_test.cpp46 int32_t userId = 0; in SetUpTestSuite() local
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_rule_native_helper_test.cpp58 const int32_t userId = 100; in HWTEST_F() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...71