/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
H A D | ipc_msg_bind_macros.h | 26 #define IPC_MESSAGE_ENCODE_BIND(SERVICE_TYPE, MESSAGE_TYPE) \ 28 auto message = static_pointer_cast<SERVICE_TYPE>(sharingMsg); \ 50 #define IPC_MESSAGE_DECODE_BIND(SERVICE_TYPE, MESSAGE_TYPE) \ 52 auto message = std::make_shared<SERVICE_TYPE>(); \
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/ |
H A D | app_info_collector.cpp | 28 const std::string SERVICE_TYPE = "appInfo"; member 36 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | pasteboard_info_collector.cpp | 27 const std::string SERVICE_TYPE = "pasteboardService"; member 44 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | storage_info_collector.cpp | 30 const std::string SERVICE_TYPE = "storage"; member 38 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | device_info_collector.cpp | 29 const std::string SERVICE_TYPE = "device"; member 41 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | system_info_collector.cpp | 31 const std::string SERVICE_TYPE = "system"; member 43 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | syscap_info_collector.cpp | 30 const std::string SERVICE_TYPE = "syscap"; member 40 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 46 const std::string SERVICE_TYPE = "type"; member 160 j[SERVICE_TYPE] = profile.GetServiceType(); in PutDeviceProfile() 255 profile.SetServiceType(jsonData[SERVICE_TYPE]); in SetServiceType() 276 if (typeData != nullptr && typeData[SERVICE_TYPE] != nullptr) { in SetServiceType() 277 profile.SetServiceType(typeData[SERVICE_TYPE]); in SetServiceType()
|
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | service_profile.cpp | 106 cJSON_AddStringToObject(json, SERVICE_TYPE.c_str(), serviceType_.c_str()); in dump()
|
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | syscap_info_collector.cpp | 29 const std::string SERVICE_TYPE = "syscap"; member
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 1618 values[SERVICE_TYPE] = "serviceType"; in HWTEST_F() 1628 values[SERVICE_TYPE] = strValye; in HWTEST_F() 1630 EXPECT_EQ(false, propertiesMap.count(SERVICE_TYPE) != 0); in HWTEST_F() 1631 EXPECT_EQ(false, 0 < propertiesMap[SERVICE_TYPE].length()); in HWTEST_F() 1632 EXPECT_EQ(true, propertiesMap[SERVICE_TYPE].length() < MAX_STRING_LEN); in HWTEST_F() 1636 values[SERVICE_TYPE] = ""; in HWTEST_F() 1638 EXPECT_EQ(false, propertiesMap.count(SERVICE_TYPE) != 0); in HWTEST_F() 1639 EXPECT_EQ(false, 0 < propertiesMap[SERVICE_TYPE].length()); in HWTEST_F() 1643 values.erase(SERVICE_TYPE); in HWTEST_F() 1645 EXPECT_EQ(false, propertiesMap.count(SERVICE_TYPE) ! in HWTEST_F() [all...] |
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_storage_test.cpp | 47 const std::string SERVICE_TYPE = "test"; member 344 profile.SetServiceType(SERVICE_TYPE); in HWTEST_F() 361 profile.SetServiceType(SERVICE_TYPE); in HWTEST_F() 376 profile.SetServiceType(SERVICE_TYPE); in HWTEST_F() 1013 j[SERVICE_TYPE] = "567"; in HWTEST_F()
|
H A D | profile_sync_test.cpp | 48 const std::string SERVICE_TYPE = "test"; member
|
H A D | profile_crud_test.cpp | 39 const std::string SERVICE_TYPE = "syscap"; member 730 profile.SetServiceType(SERVICE_TYPE); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 478 values[GenerateDBKey(serviceProfileKey, SERVICE_TYPE)] = profile.GetServiceType(); in ServiceProfileToEntries() 660 if (propertiesMap.count(SERVICE_TYPE) != 0 && 0 < propertiesMap[SERVICE_TYPE].length() && in EntriesToServiceProfile() 661 propertiesMap[SERVICE_TYPE].length() < MAX_STRING_LEN) { in EntriesToServiceProfile() 662 profile.SetServiceType(propertiesMap[SERVICE_TYPE]); in EntriesToServiceProfile()
|
/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 48 const std::string SERVICE_TYPE = "serviceType"; member
|