Home
last modified time | relevance | path

Searched defs:endl (Results 301 - 325 of 1062) sorted by relevance

1...<<11121314151617181920>>...43

/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dbrowser_proxy_test.cpp75 std::cout << "EdmServiceState : " << Utils::GetEdmServiceState() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Dwifi_manager_proxy_test.cpp64 std::cout << "EdmServiceState : " << Utils::GetEdmServiceState() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Drestrictions_proxy_test.cpp65 std::cout << "EdmServiceState : " << Utils::GetEdmServiceState() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Ddevice_info_proxy_test.cpp64 std::cout << "EdmServiceState : " << Utils::GetEdmServiceState() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Dlocation_manager_proxy_test.cpp65 std::cout << "EdmServiceState : " << Utils::GetEdmServiceState() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dnetwork_manager_plugin_test.cpp53 std::cout << "now ut process is orignal ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Dpassword_policy_plugin_test.cpp40 std::cout << "now ut process is orignal ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Doperate_device_plugin_test.cpp47 std::cout << "now ut process is orignal ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Dallowed_bluetooth_devices_plugin_test.cpp49 std::cout << "now ut process is orignal ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Dadd_os_account_plugin_test.cpp62 std::cout << "now ut process is original ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Dclipboard_policy_plugin_test.cpp43 std::cout << "now ut process is orignal ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Duser_cert_plugin_test.cpp103 std::cout << "now ut process is orignal ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Dset_watermark_plugin_test.cpp47 std::cout << "now ut process is original ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
H A Ddisallowed_running_bundles_plugin_test.cpp42 std::cout << "now ut process is orignal ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.cpp40 std::cout << msg << std::endl; in TestFuncDump() member in std
44 std::cout << outStr << std::endl; in TestFuncDump() member in std
48 std::cout << "elapsed1: " << elapsed1 << " ,elapsed2: " << elapsed2 << std::endl; in TestFuncDump() member in std
/base/account/os_account/interfaces/kits/capi/test/unittest/osaccount/
H A Dos_account_ndk_test.cpp53 GTEST_LOG_(INFO) <<"[SetUp] " << testCaseName.c_str() << " start." << std::endl; in SetUp() member in OHOS::AccountSA::std
/base/customization/config_policy/test/unittest/
H A Dconfig_policy_utils_test.cpp54 std::cout << "type: " << type << ", filePath: " << filePath << std::endl; in TestGetCfgFile() member in OHOS::std
62 std::cout << "type: " << type << ", one filePath: " << filePath << std::endl; in TestGetCfgFile() member in OHOS::std
130 std::cout << "filePath: " << filePath << std::endl; in HWTEST_F() member in OHOS::std
187 std::cout << "set " << CUST_FOLLOW_X_RULES << " success." << std::endl; in HWTEST_F() member in OHOS::std
191 std::cout << "set " << CUST_FOLLOW_X_RULES << " failed, use OpkeyInfo.json for test." << std::endl; in HWTEST_F() member in OHOS::std
207 std::cout << "extra: " << extraString << std::endl; in HWTEST_F() member in OHOS::std
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/utils/
H A Dpassword_policy_serializer_test.cpp41 std::cout << "now ut process is orignal ut env : " << Utils::IsOriginalUTEnv() << std::endl; in TearDownTestSuite() member in OHOS::EDM::TEST::std
/base/global/i18n/frameworks/intl/test/unittest/mock/src/
H A Dgenerate_ics_file.cpp67 fstream << list[i] << std::endl; in GenerateFile() member in OHOS::Global::I18n::std
82 fstream << content << std::endl; in WriteVersionFile() member in OHOS::Global::I18n::std
96 fstream << list[i] << std::endl; in WriteManifest() member in OHOS::Global::I18n::std
/base/msdp/device_status/test/fuzztest/devicestatusclient_fuzzer/
H A Ddevicestatusclient_fuzzer.cpp56 std::cout << "TestSubscribeCallback: Enter" << std::endl; in TestSubscribeCallback() member in OHOS::Msdp::DeviceStatus::std
73 std::cout << "TestGetDevicestatusData: Enter" << std::endl; in TestGetDevicestatusData() member in OHOS::Msdp::DeviceStatus::std
82 std::cout << "TestUnSubscribeCallback: Enter" << std::endl; in TestUnSubscribeCallback() member in OHOS::Msdp::DeviceStatus::std
/base/msdp/device_status/tools/vdev/src/
H A Dvdevadm.cpp27 std::cout << "Usage: vdevadm mount [-t <DEVICE TYPE>]" << std::endl; in ShowMountHelp() member in std
28 std::cout << " -t <DEVICE TYPE>" << std::endl; in ShowMountHelp() member in std
29 std::cout << " Specify virtual device type" << std::endl; in ShowMountHelp() member in std
30 std::cout << " <DEVICE TYPE> can be:" << std::endl; in ShowMountHelp() member in std
31 std::cout << " M For virtual mouse" << std::endl; in ShowMountHelp() member in std
32 std::cout << " T For virtual touchscreen" << std::endl; in ShowMountHelp() member in std
33 std::cout << " K For virtual keyboard" << std::endl; in ShowMountHelp() member in std
38 std::cout << "Usage: vdevadm unmount [-t <DEVICE TYPE>]" << std::endl; in ShowUnmountHelp() member in std
39 std::cout << " -t <DEVICE TYPE>" << std::endl; in ShowUnmountHelp() member in std
40 std::cout << " Specify virtual device type" << std::endl; in ShowUnmountHelp() member in std
41 std::cout << " <DEVICE TYPE> can be:" << std::endl; ShowUnmountHelp() member in std
42 std::cout << " M For virtual mouse" << std::endl; ShowUnmountHelp() member in std
43 std::cout << " T For virtual touchscreen" << std::endl; ShowUnmountHelp() member in std
44 std::cout << " K For virtual keyboard" << std::endl; ShowUnmountHelp() member in std
49 std::cout << "Usage: vdevadm clone [-t <DEVICE TYPE>]" << std::endl; ShowCloneHelp() member in std
50 std::cout << " -t <DEVICE TYPE>" << std::endl; ShowCloneHelp() member in std
51 std::cout << " Specify virtual device type" << std::endl; ShowCloneHelp() member in std
52 std::cout << " <DEVICE TYPE> can be:" << std::endl; ShowCloneHelp() member in std
53 std::cout << " M For virtual mouse" << std::endl; ShowCloneHelp() member in std
54 std::cout << " T For virtual touchscreen" << std::endl; ShowCloneHelp() member in std
55 std::cout << " K For virtual keyboard" << std::endl; ShowCloneHelp() member in std
60 std::cout << "Usage: vdevadm monitor [-t <DEVICE TYPE>]" << std::endl; ShowMonitorHelp() member in std
61 std::cout << " -t <DEVICE TYPE>" << std::endl; ShowMonitorHelp() member in std
62 std::cout << " Specify virtual device type" << std::endl; ShowMonitorHelp() member in std
63 std::cout << " <DEVICE TYPE> can be:" << std::endl; ShowMonitorHelp() member in std
64 std::cout << " M For virtual mouse" << std::endl; ShowMonitorHelp() member in std
65 std::cout << " T For virtual touchscreen" << std::endl; ShowMonitorHelp() member in std
70 std::cout << "Usage: vdevadm act [-t <DEVICE TYPE>]" << std::endl; ShowActHelp() member in std
71 std::cout << " -t <DEVICE TYPE>" << std::endl; ShowActHelp() member in std
72 std::cout << " Specify virtual device type" << std::endl; ShowActHelp() member in std
73 std::cout << " <DEVICE TYPE> can be:" << std::endl; ShowActHelp() member in std
74 std::cout << " M For virtual mouse" << std::endl; ShowActHelp() member in std
75 std::cout << " T For virtual touchscreen" << std::endl; ShowActHelp() member in std
76 std::cout << " K For virtual keyboard" << std::endl; ShowActHelp() member in std
81 std::cout << "Usage: vdevadm [-h] [--help] <command> [args]" << std::endl; ShowUsage() member in std
82 std::cout << std::endl; ShowUsage() member in std
83 std::cout << " Supported commands:" << std::endl; ShowUsage() member in std
84 std::cout << " mount Mount a virtual device" << std::endl; ShowUsage() member in std
85 std::cout << " unmount Unmount the virtual device" << std::endl; ShowUsage() member in std
86 std::cout << " clone Clone a virtual device" << std::endl; ShowUsage() member in std
87 std::cout << " monitor Monitor for current position of pointer" << std::endl; ShowUsage() member in std
88 std::cout << " act Act on the virtual device" << std::endl; ShowUsage() member in std
89 std::cout << std::endl; ShowUsage() member in std
90 std::cout << " Generally supported command args:" << std::endl; ShowUsage() member in std
91 std::cout << " -t <DEVICE TYPE>" << std::endl; ShowUsage() member in std
92 std::cout << " Specify virtual device type" << std::endl; ShowUsage() member in std
93 std::cout << " <DEVICE TYPE> can be:" << std::endl; ShowUsage() member in std
94 std::cout << " M For virtual mouse" << std::endl; ShowUsage() member in std
95 std::cout << " T For virtual touchscreen" << std::endl; ShowUsage() member in std
96 std::cout << " K For virtual keyboard" << std::endl; ShowUsage() member in std
97 std::cout << std::endl; ShowUsage() member in std
99 std::cout << std::endl; ShowUsage() member in std
101 std::cout << std::endl; ShowUsage() member in std
103 std::cout << std::endl; ShowUsage() member in std
110 std::cout << "vdevadm mount: missing or required option arguments are not provided" << std::endl; Mount() member in std
116 std::cout << "Mount virtual mouse" << std::endl; Mount() member in std
119 std::cout << "Mount virtual touchscreen" << std::endl; Mount() member in std
122 std::cout << "Mount virtual keyboard" << std::endl; Mount() member in std
125 std::cout << "vdevadm mount: invalid argument for option \\'-t\\'" << std::endl; Mount() member in std
134 std::cout << "vdevadm unmount: missing or required option arguments are not provided" << std::endl; Unmount() member in std
139 std::cout << "Unmount virtual mouse" << std::endl; Unmount() member in std
142 std::cout << "Unmount virtual touchscreen" << std::endl; Unmount() member in std
145 std::cout << "Unmount virtual keyboard" << std::endl; Unmount() member in std
148 std::cout << "vdevadm unmount: invalid argument for option \\'-t\\'" << std::endl; Unmount() member in std
157 std::cout << "vdevadm clone: missing or required option arguments are not provided" << std::endl; Clone() member in std
163 std::cout << "Clone virtual mouse" << std::endl; Clone() member in std
166 std::cout << "Clone virtual touchscreen" << std::endl; Clone() member in std
169 std::cout << "Clone virtual keyboard" << std::endl; Clone() member in std
172 std::cout << "vdevadm clone: invalid argument for option \\'-t\\'" << std::endl; Clone() member in std
181 std::cout << "vdevadm monitor: required option is missing" << std::endl; Monitor() member in std
187 std::cout << "Monitor for position of current pointer" << std::endl; Monitor() member in std
190 std::cout << "Monitor for current touch position" << std::endl; Monitor() member in std
193 std::cout << "vdevadm clone: invalid argument for option \\'-t\\'" << std::endl; Monitor() member in std
202 std::cout << "vdevadm act: missing or required option arguments are not provided" << std::endl; Act() member in std
208 std::cout << "Operate virtual mouse" << std::endl; Act() member in std
211 std::cout << "Operate virtual touchscreen" << std::endl; Act() member in std
214 std::cout << "Operate virtual keyboard" << std::endl; Act() member in std
217 std::cout << "vdevadm act: invalid argument for option \\'-t\\'" << std::endl; Act() member in std
232 std::cout << "vdevadm: command required" << std::endl; main() member in std
247 std::cout << "vdevadm: invalid command \\'" << command << "\\'" << std::endl; main() member in std
[all...]
/base/sensors/sensor/vibration_convert/core/native/src/
H A Dgenerate_vibration_json_file.cpp67 ofs << root << std::endl; in GenerateJsonFile() member in OHOS::Sensors::std
92 ofs << dataValue << std::endl; in DebugJsonFile() member in OHOS::Sensors::std
/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp32 std::cout << "Load devmgr failed" << std::endl; in LoadDevice() member in std
50 std::cout << "Command: partitionslot getslot" << std::endl; in GetSlot() member in std
56 std::cout << "The number of slots: " << bootSlots << "," << "current slot: " << currentSlot << std::endl; in GetSlot() member in std
71 std::cout << "Command: partitionslot getsuffix" << std::endl; in GetSuffix() member in std
77 std::cout << "The slot " << slot << " matches with suffix: " << suffix << std::endl; in GetSuffix() member in std
92 std::cout << "Command: partitionslot setactive" << std::endl; in SetActiveSlot() member in std
99 std::cout << "Set active slot: " << slot << std::endl; in SetActiveSlot() member in std
114 std::cout << "Command: partitionslot setunboot" << std::endl; in SetUnbootSlot() member in std
119 std::cout << "Set unboot slot: " << slot << std::endl; in SetUnbootSlot() member in std
/base/startup/init/test/exec_test/
H A Dsa_service_ondemand_test.cpp42 cout << "OnLoadSystemAbilityFail systemAbilityId:" << systemAbilityId << endl; in OnLoadSystemAbilityFail() local
53 cout << "Invalid parameter" << endl; in main() local
63 cout << "Invalid sa service name" << endl; in main() local
70 cout << "GetSystemAbilityManager samgr object null!" << endl; in main() local
75 cout << "systemAbilityId:" << abilityId << " load failed, result code:" << result << endl; in main() local
/base/telephony/cellular_data/test/
H A Dcellular_data_observer_test.cpp46 std::cout << "CellularDataObserverTest set simManager_ nullptr" << std::endl; in TearDownTestCase() member in OHOS::Telephony::CellularDataObserverTest::std

Completed in 11 milliseconds

1...<<11121314151617181920>>...43