| /foundation/communication/dsoftbus/sdk/frame/ |
| D | frame_sdk.gni | 60 "$dsoftbus_root_path/sdk/frame/$os_type/include", 68 "$dsoftbus_root_path/core/frame/$os_type/init/src/if_softbus_server.cpp", 71 "$dsoftbus_root_path/sdk/frame/$os_type/src/if_softbus_client.cpp", 72 "$dsoftbus_root_path/sdk/frame/$os_type/src/softbus_client_death_recipient.cpp", 73 "$dsoftbus_root_path/sdk/frame/$os_type/src/softbus_client_stub.cpp", 74 "$dsoftbus_root_path/sdk/frame/$os_type/src/softbus_server_proxy_frame.cpp", 75 "$dsoftbus_root_path/sdk/frame/$os_type/src/softbus_server_proxy_standard.cpp",
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/mock/device_manager/ |
| D | dm_device_info.h | 27 int32_t OS_TYPE = OH_OS_TYPE; member 33 return SetValue(node[GET_NAME(OS_TYPE)], OS_TYPE); in Marshal() 37 return GetValue(node, GET_NAME(OS_TYPE), OS_TYPE); in Unmarshal()
|
| /foundation/communication/dsoftbus/sdk/connection/ |
| D | connection_sdk.gni | 43 "$dsoftbus_root_path/sdk/connection/ipc/$os_type/include", 45 "$dsoftbus_root_path/core/frame/$os_type/init/include", 49 "$dsoftbus_root_path/sdk/connection/ipc/$os_type/src/general_connection_server_proxy.cpp", 50 …"$dsoftbus_root_path/sdk/connection/ipc/$os_type/src/general_connection_server_proxy_standard.cpp",
|
| /foundation/communication/dsoftbus/core/bus_center/ |
| D | bus_center_server.gni | 88 "$dsoftbus_root_path/core/bus_center/ipc/$os_type/src/bus_center_client_proxy.cpp", 89 "$dsoftbus_root_path/core/bus_center/ipc/$os_type/src/bus_center_client_proxy_standard.cpp", 90 "$dsoftbus_root_path/core/bus_center/ipc/$os_type/src/lnn_bus_center_ipc.cpp", 93 "$dsoftbus_root_path/core/bus_center/ipc/$os_type/include", 94 "$dsoftbus_root_path/sdk/frame/$os_type/include",
|
| /foundation/communication/dsoftbus/sdk/transmission/ipc/ |
| D | trans_ipc_sdk.gni | 40 [ "$dsoftbus_root_path/sdk/transmission/ipc/$os_type/include" ] 43 "$dsoftbus_root_path/sdk/transmission/ipc/$os_type/src/trans_server_proxy.cpp", 44 "$dsoftbus_root_path/sdk/transmission/ipc/$os_type/src/trans_server_proxy_standard.cpp",
|
| /foundation/communication/dsoftbus/core/transmission/ |
| D | trans.gni | 66 "$dsoftbus_root_path/core/transmission/ipc/$os_type/include", 67 "$dsoftbus_root_path/sdk/frame/$os_type/include", 71 "$dsoftbus_root_path/core/transmission/ipc/$os_type/src/trans_client_proxy.cpp", 72 "$dsoftbus_root_path/core/transmission/ipc/$os_type/src/trans_client_proxy_standard.cpp",
|
| /foundation/communication/dsoftbus/sdk/bus_center/ |
| D | bus_center_sdk.gni | 78 "$dsoftbus_root_path/sdk/bus_center/ipc/$os_type/include", 82 "$dsoftbus_root_path/core/frame/$os_type/init/include", 91 "$dsoftbus_root_path/sdk/bus_center/ipc/$os_type/src/bus_center_server_proxy.cpp", 92 "$dsoftbus_root_path/sdk/bus_center/ipc/$os_type/src/bus_center_server_proxy_standard.cpp",
|
| /foundation/communication/dsoftbus/core/frame/ |
| D | BUILD.gn | 309 source = "$dsoftbus_root_path/core/frame/$os_type/init/src/softbus_server_musl.cfg" 312 "$dsoftbus_root_path/core/frame/$os_type/init/src/softbus_server.cfg" 352 "$dsoftbus_root_path/core/frame/$os_type/client_manager/include", 353 "$dsoftbus_root_path/core/frame/$os_type/init/include", 366 "$dsoftbus_root_path/sdk/frame/$os_type/src/if_softbus_client.cpp", 367 "$os_type/client_manager/src/softbus_client_info_manager.cpp", 368 "$os_type/init/src/if_softbus_server.cpp", 369 "$os_type/init/src/softbus_server.cpp", 370 "$os_type/init/src/softbus_server_death_recipient.cpp", 371 "$os_type/init/src/softbus_server_stub.cpp",
|
| /foundation/communication/dsoftbus/core/connection/ |
| D | conn.gni | 81 "$dsoftbus_root_path/core/connection/ipc/$os_type/src/general_connection_client_proxy.cpp", 82 …"$dsoftbus_root_path/core/connection/ipc/$os_type/src/general_connection_client_proxy_standard.cpp… 85 [ "$dsoftbus_root_path/core/connection/ipc/$os_type/include" ]
|
| /foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/utilstool/ |
| D | utils_tool_test.cpp | 38 constexpr int32_t OS_TYPE = 10; variable 269 const std::string key = "OS_TYPE"; 287 const std::string key = "OS_TYPE"; 288 cJSON_AddNumberToObject(jsonObj, key.c_str(), OS_TYPE); 298 EXPECT_EQ(OS_TYPE, ret);
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
| D | softbus_agent_sup_test.cpp | 104 nodeInfo.extraData = R"({"OS_TYPE":"test"})"; 111 nodeInfo.extraData = R"({"OS_TYPE":3})"; 118 nodeInfo.extraData = R"({"OS_TYPE":10})"; 154 .extraData = R"({"OS_TYPE":10})"};
|
| D | softbus_agent_test.cpp | 358 deviceInfo.extraData_ = "{\"OS_TYPE\":\"test\"}"; 365 deviceInfo.extraData_ = "{\"OS_TYPE\":0}"; 397 deviceInfo.extraData_ = "{\"OS_TYPE\":10}"; 405 deviceInfo.extraData_ = "{\"OS_TYPE\":10}"; 416 deviceInfo.extraData_ = "{\"OS_TYPE\":10}";
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| D | kv_radar_reporter.h | 73 constexpr const char* OS_TYPE = "OS_TYPE"; variable
|
| /foundation/communication/dsoftbus/tests/sdk/connection/service/ |
| D | BUILD.gn | 63 "$dsoftbus_root_path/sdk/connection/ipc/$os_type/include", 65 "$dsoftbus_root_path/core/frame/$os_type/init/include",
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
| D | device_manager_adapter.cpp | 83 int32_t OS_TYPE = OH_OS_TYPE; member 89 return SetValue(node[GET_NAME(OS_TYPE)], OS_TYPE); in Marshal() 93 return GetValue(node, GET_NAME(OS_TYPE), OS_TYPE); in Unmarshal() 315 …uid, udid, networkId, std::string(dmInfo.deviceName), dmInfo.deviceTypeId, deviceExtraInfo.OS_TYPE, in GetDeviceInfo() 387 … std::string(dmInfo.deviceName), dmInfo.deviceTypeId, deviceExtraInfo.OS_TYPE, in GetRemoteDevices() 503 deviceExtraInfo.OS_TYPE); in GetLocalDeviceInfo() 505 deviceExtraInfo.OS_TYPE, static_cast<int32_t>(info.authForm) }; in GetLocalDeviceInfo()
|
| /foundation/communication/dsoftbus/core/common/security/permission/ |
| D | permission.gni | 47 "$dsoftbus_core_path/common/security/permission/$os_type/permission_utils.cpp", 48 "$dsoftbus_core_path/common/security/permission/$os_type/softbus_permission.cpp",
|
| /foundation/communication/dsoftbus/ |
| D | dsoftbus.gni | 105 os_type = "windows" 107 os_type = "standard"
|
| /foundation/ability/dmsfwk/interfaces/innerkits/common/include/ |
| D | dms_constant.h | 26 constexpr const char* PARAM_KEY_OS_TYPE = "OS_TYPE";
|
| /foundation/communication/dsoftbus/tests/core/authentication/ |
| D | BUILD.gn | 54 "$dsoftbus_root_path/core/frame/$os_type/init/include", 252 "$dsoftbus_root_path/core/frame/$os_type/init/include", 365 "$dsoftbus_root_path/core/frame/$os_type/init/include", 448 "$dsoftbus_root_path/core/frame/$os_type/init/include", 529 "$dsoftbus_root_path/core/frame/$os_type/init/include", 597 "$dsoftbus_root_path/core/frame/$os_type/init/include", 667 "$dsoftbus_root_path/core/frame/$os_type/init/include", 741 "$dsoftbus_root_path/core/frame/$os_type/init/include", 887 "$dsoftbus_root_path/core/frame/$os_type/init/include", 959 "$dsoftbus_root_path/core/frame/$os_type/init/include", [all …]
|
| /foundation/deviceprofile/device_info_manager/common/src/utils/ |
| D | profile_utils.cpp | 38 const std::unordered_set<std::string> NEED_ADD_OH_SUFFIX_DEV_PROFILES { OS_TYPE, OS_VERSION }; 422 …values[GenerateDBKey(deviceProfileKey, OS_TYPE, profile.GetUserId())] = std::to_string(profile.Get… in DeviceProfileToEntries() 425 values[GenerateDBKey(deviceProfileKey, OS_TYPE + OH_PROFILE_SUFFIX, profile.GetUserId())] = in DeviceProfileToEntries() 430 values[GenerateDBKey(deviceProfileKey, OS_TYPE)] = std::to_string(profile.GetOsType()); in DeviceProfileToEntries() 432 …values[GenerateDBKey(deviceProfileKey, OS_TYPE + OH_PROFILE_SUFFIX)] = std::to_string(profile.GetO… in DeviceProfileToEntries() 689 if (IsPropertyValid(propertiesMap, OS_TYPE, MIN_OS_TYPE, MAX_OS_TYPE)) { in EntriesToDeviceProfile() 690 int32_t osType = std::atoi(propertiesMap[OS_TYPE].c_str()); in EntriesToDeviceProfile() 693 if (IsPropertyValid(propertiesMap, OS_TYPE + OH_PROFILE_SUFFIX, MIN_OS_TYPE, MAX_OS_TYPE)) { in EntriesToDeviceProfile() 694 int32_t osType = std::atoi(propertiesMap[OS_TYPE + OH_PROFILE_SUFFIX].c_str()); in EntriesToDeviceProfile()
|
| /foundation/multimedia/av_session/services/session/server/test/ |
| D | avsession_service_added_test.cpp | 316 std::string extraData = "{\"OS_TYPE\":1}"; 337 std::string extraData = "{\"OS_TYPE\":1}"; 360 std::string extraData = "{\"OS_TYPE\":1}"; 378 std::string extraData = "{\"OS_TYPE\":\"string_value\"}"; 395 std::string extraData = "{\"OS_TYPE\":-1}"; 416 std::string extraData = "{\"OS_TYPE\":1}"; 454 std::string extraData = "{\"OS_TYPE\":1}"; 476 std::string extraData = "{\"OS_TYPE\":-1}";
|
| /foundation/communication/dsoftbus/dfx/interface/include/form/ |
| D | lnn_event_form.h | 165 int32_t osType; // OS_TYPE 228 int32_t osType; // OS_TYPE
|
| /foundation/communication/dsoftbus/interfaces/kits/lnn/enhance/ |
| D | lnn_device_info_recovery_struct.h | 34 #define DEVICE_INFO_OS_TYPE "OS_TYPE"
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/ |
| D | device_manager_agent_sup_test.cpp | 377 deviceInfo.extraData = R"({"OS_TYPE":"3"})"; 384 deviceInfo.extraData = R"({"OS_TYPE":3})"; 410 deviceInfo.extraData = R"({"OS_TYPE":10})";
|
| /foundation/distributedhardware/device_manager/test/servicesfuzztest/dpinitcallback_fuzzer/ |
| D | dp_init_callback_fuzzer.cpp | 69 extraJson[PARAM_KEY_OS_TYPE] = "os_type"; in DpInitedCallbackFirstFuzzTest()
|