/foundation/filemanagement/app_file_service/test/fuzztest/backupsaanother_fuzzer/ |
H A D | backupsaanother_fuzzer.cpp | 36 constexpr int32_t SERVICE_ID = 5203; member 56 sptr service(new Service(SERVICE_ID)); in CmdGetFileHandleFuzzTest() 81 sptr service(new Service(SERVICE_ID)); in CmdAppendBundlesBackupSessionFuzzTest() 97 sptr service(new Service(SERVICE_ID)); in CmdReleaseFuzzTest() 154 sptr service(new Service(SERVICE_ID)); in CmdGetLocalCapabilitiesIncrementalFuzzTest() 170 sptr service(new Service(SERVICE_ID)); in CmdInitIncrementalBackupSessionFuzzTest() 190 sptr service(new Service(SERVICE_ID)); in CmdAppendBundlesIncrementalBackupSessionFuzzTest() 218 sptr service(new Service(SERVICE_ID)); in CmdPublishIncrementalFileFuzzTest() 244 sptr service(new Service(SERVICE_ID)); in CmdAppIncrementalFileReadyFuzzTest() 263 sptr service(new Service(SERVICE_ID)); in CmdAppIncrementalDoneFuzzTest() [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | pasteboard_info_collector.cpp | 26 constexpr const char *SERVICE_ID = "pasteboardService"; member 44 svrProfile.SetServiceName(SERVICE_ID); in ConvertToProfile() 45 svrProfile.SetServiceType(SERVICE_ID); in ConvertToProfile() 55 charProfile.SetServiceName(SERVICE_ID); in ConvertToProfile()
|
H A D | syscap_info_collector.cpp | 28 const std::string SERVICE_ID = "syscap"; member
|
/foundation/filemanagement/app_file_service/test/fuzztest/backupsaappend_fuzzer/ |
H A D | backupsaappend_fuzzer.cpp | 36 constexpr int32_t SERVICE_ID = 5203; member 47 sptr service(new Service(SERVICE_ID)); in CmdInitRestoreSessionFuzzTest() 63 sptr service(new Service(SERVICE_ID)); in CmdInitBackupSessionFuzzTest() 89 sptr service(new Service(SERVICE_ID)); in CmdPublishFileFuzzTest() 105 sptr service(new Service(SERVICE_ID)); in CmdGetLocalCapabilitiesFuzzTest() 129 sptr service(new Service(SERVICE_ID)); in CmdAppFileReadyFuzzTest() 147 sptr service(new Service(SERVICE_ID)); in CmdAppDoneFuzzTest() 163 sptr service(new Service(SERVICE_ID)); in CmdStartFuzzTest() 179 sptr service(new Service(SERVICE_ID)); in CmdFinishFuzzTest() 221 sptr service(new Service(SERVICE_ID)); in CmdAppendBundlesRestoreSessionFuzzTest() [all...] |
/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/ |
H A D | app_info_collector.cpp | 27 const std::string SERVICE_ID = "appInfo"; member 35 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
|
H A D | pasteboard_info_collector.cpp | 26 const std::string SERVICE_ID = "pasteboardService"; member 43 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
|
H A D | storage_info_collector.cpp | 29 const std::string SERVICE_ID = "storage"; member 37 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
|
H A D | device_info_collector.cpp | 28 const std::string SERVICE_ID = "device"; member 40 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
|
H A D | system_info_collector.cpp | 30 const std::string SERVICE_ID = "system"; member 42 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
|
H A D | syscap_info_collector.cpp | 29 const std::string SERVICE_ID = "syscap"; member 39 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
|
/foundation/filemanagement/app_file_service/test/fuzztest/backupsa_fuzzer/ |
H A D | backupsa_fuzzer.cpp | 37 constexpr int32_t SERVICE_ID = 5203; member 47 sptr service = sptr(new Service(SERVICE_ID)); in BackupSaFuzzTest()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | sched_scheduler_test.cpp | 35 constexpr int32_t SERVICE_ID = 5203; member 54 servicePtr_ = sptr<Service>(new Service(SERVICE_ID)); in SetUpTestCase()
|
H A D | service_throw_test.cpp | 27 constexpr int32_t SERVICE_ID = 5203; 43 service = sptr<Service>(new Service(SERVICE_ID)); in SetUpTestCase()
|
H A D | svc_session_manager_test.cpp | 37 constexpr int32_t SERVICE_ID = 5203; member 58 servicePtr_ = sptr(new Service(SERVICE_ID)); in SetUpTestCase()
|
H A D | service_test.cpp | 36 constexpr int32_t SERVICE_ID = 5203; member 55 servicePtr_ = sptr<Service>(new Service(SERVICE_ID)); in SetUpTestCase()
|
H A D | service_incremental_test.cpp | 231 constexpr int32_t SERVICE_ID = 5203; 255 service = sptr(new Service(SERVICE_ID)); in SetUpTestCase()
|
H A D | service_other_test.cpp | 127 constexpr int32_t SERVICE_ID = 5203; member 157 service = sptr(new Service(SERVICE_ID)); in SetUpTestCase()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 34 constexpr const char *SERVICE_ID = "pasteboardService"; member 204 udid, SERVICE_ID, STATIC_CHARACTER_ID, profile); in GetRemoteDeviceVersion()
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_storage_test.cpp | 46 const std::string SERVICE_ID = "test"; member 343 profile.SetServiceId(SERVICE_ID); in HWTEST_F() 345 int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("", SERVICE_ID, profile); in HWTEST_F() 360 profile.SetServiceId(SERVICE_ID); in HWTEST_F() 375 profile.SetServiceId(SERVICE_ID); in HWTEST_F() 377 int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("test", SERVICE_ID, profile); in HWTEST_F()
|
H A D | profile_crud_test.cpp | 38 const std::string SERVICE_ID = "syscap"; member 729 profile.SetServiceId(SERVICE_ID); in HWTEST_F() 731 int32_t result = DistributedDeviceProfileClient::GetInstance().GetDeviceProfile("", SERVICE_ID, profile); in HWTEST_F() 795 int32_t result = DistributedDeviceProfileClient::GetInstance().GetDeviceProfile("", SERVICE_ID, profileNew); in HWTEST_F() 919 int32_t result = DistributedDeviceProfileClient::GetInstance().GetDeviceProfile("", SERVICE_ID, profile); in HWTEST_F()
|
H A D | profile_sync_test.cpp | 47 const std::string SERVICE_ID = "test"; member
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
H A D | service_proxy_test.cpp | 37 constexpr int32_t SERVICE_ID = 5203; member 939 loadCallback->OnLoadSystemAbilitySuccess(SERVICE_ID, nullptr); in HWTEST_F() 1012 loadCallback->OnLoadSystemAbilitySuccess(SERVICE_ID, remoteObject); in HWTEST_F() 1035 loadCallback->OnLoadSystemAbilityFail(SERVICE_ID); in HWTEST_F() 1066 loadCallback->OnLoadSystemAbilitySuccess(SERVICE_ID, object); in HWTEST_F()
|
/foundation/filemanagement/storage_service/test/fuzztest/storagemanager_fuzzer/ |
H A D | storagemanager_fuzzer.cpp | 35 constexpr int32_t SERVICE_ID = 5003; member 38 std::make_shared<StorageManager>(SERVICE_ID, true);
|
/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/ |
H A D | backupservicestub_fuzzer.cpp | 31 constexpr int32_t SERVICE_ID = 5203; 612 OHOS::sptr service(new OHOS::FileManagement::Backup::Service(OHOS::SERVICE_ID)); in LLVMFuzzerTestOneInput()
|