Home
last modified time | relevance | path

Searched full:os_type (Results 1 – 25 of 60) sorted by relevance

123

/foundation/communication/dsoftbus/sdk/frame/
Dframe_sdk.gni60 "$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/
Ddm_device_info.h27 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/
Dconnection_sdk.gni43 "$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/
Dbus_center_server.gni88 "$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/
Dtrans_ipc_sdk.gni40 [ "$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/
Dtrans.gni66 "$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/
Dbus_center_sdk.gni78 "$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/
DBUILD.gn309 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/
Dconn.gni81 "$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/
Dutils_tool_test.cpp38 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/
Dsoftbus_agent_sup_test.cpp104 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})"};
Dsoftbus_agent_test.cpp358 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/
Dkv_radar_reporter.h73 constexpr const char* OS_TYPE = "OS_TYPE"; variable
/foundation/communication/dsoftbus/tests/sdk/connection/service/
DBUILD.gn63 "$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/
Ddevice_manager_adapter.cpp83 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/
Dpermission.gni47 "$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/
Ddsoftbus.gni105 os_type = "windows"
107 os_type = "standard"
/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
Ddms_constant.h26 constexpr const char* PARAM_KEY_OS_TYPE = "OS_TYPE";
/foundation/communication/dsoftbus/tests/core/authentication/
DBUILD.gn54 "$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/
Dprofile_utils.cpp38 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/
Davsession_service_added_test.cpp316 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/
Dlnn_event_form.h165 int32_t osType; // OS_TYPE
228 int32_t osType; // OS_TYPE
/foundation/communication/dsoftbus/interfaces/kits/lnn/enhance/
Dlnn_device_info_recovery_struct.h34 #define DEVICE_INFO_OS_TYPE "OS_TYPE"
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
Ddevice_manager_agent_sup_test.cpp377 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/
Ddp_init_callback_fuzzer.cpp69 extraJson[PARAM_KEY_OS_TYPE] = "os_type"; in DpInitedCallbackFirstFuzzTest()

123