Home
last modified time | relevance | path

Searched refs:SERVICE_ID (Results 1 - 24 of 24) sorted by relevance

/foundation/filemanagement/app_file_service/test/fuzztest/backupsaanother_fuzzer/
H A Dbackupsaanother_fuzzer.cpp36 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 Dpasteboard_info_collector.cpp26 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 Dsyscap_info_collector.cpp28 const std::string SERVICE_ID = "syscap"; member
/foundation/filemanagement/app_file_service/test/fuzztest/backupsaappend_fuzzer/
H A Dbackupsaappend_fuzzer.cpp36 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 Dapp_info_collector.cpp27 const std::string SERVICE_ID = "appInfo"; member
35 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
H A Dpasteboard_info_collector.cpp26 const std::string SERVICE_ID = "pasteboardService"; member
43 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
H A Dstorage_info_collector.cpp29 const std::string SERVICE_ID = "storage"; member
37 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
H A Ddevice_info_collector.cpp28 const std::string SERVICE_ID = "device"; member
40 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
H A Dsystem_info_collector.cpp30 const std::string SERVICE_ID = "system"; member
42 profile.SetServiceId(SERVICE_ID); in ConvertToProfileData()
H A Dsyscap_info_collector.cpp29 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 Dbackupsa_fuzzer.cpp37 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 Dsched_scheduler_test.cpp35 constexpr int32_t SERVICE_ID = 5203; member
54 servicePtr_ = sptr<Service>(new Service(SERVICE_ID)); in SetUpTestCase()
H A Dservice_throw_test.cpp27 constexpr int32_t SERVICE_ID = 5203;
43 service = sptr<Service>(new Service(SERVICE_ID)); in SetUpTestCase()
H A Dsvc_session_manager_test.cpp37 constexpr int32_t SERVICE_ID = 5203; member
58 servicePtr_ = sptr(new Service(SERVICE_ID)); in SetUpTestCase()
H A Dservice_test.cpp36 constexpr int32_t SERVICE_ID = 5203; member
55 servicePtr_ = sptr<Service>(new Service(SERVICE_ID)); in SetUpTestCase()
H A Dservice_incremental_test.cpp231 constexpr int32_t SERVICE_ID = 5203;
255 service = sptr(new Service(SERVICE_ID)); in SetUpTestCase()
H A Dservice_other_test.cpp127 constexpr int32_t SERVICE_ID = 5203; member
157 service = sptr(new Service(SERVICE_ID)); in SetUpTestCase()
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp34 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 Dprofile_storage_test.cpp46 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 Dprofile_crud_test.cpp38 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 Dprofile_sync_test.cpp47 const std::string SERVICE_ID = "test"; member
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/
H A Dservice_proxy_test.cpp37 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 Dstoragemanager_fuzzer.cpp35 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 Dbackupservicestub_fuzzer.cpp31 constexpr int32_t SERVICE_ID = 5203;
612 OHOS::sptr service(new OHOS::FileManagement::Backup::Service(OHOS::SERVICE_ID)); in LLVMFuzzerTestOneInput()

Completed in 23 milliseconds