/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
H A D | test_common.cpp | 24 std::string RunCommand(const std::string &command) in RunCommand() argument
|
/base/update/updater/services/applypatch/ |
H A D | command_function.cpp | 44 CommandFunction* CommandFunctionFactory::GetCommandFunction(std::string command)
in GetCommandFunction() argument 53 void CommandFunctionFactory::RegistCommandFunction(std::string command,
in RegistCommandFunction() argument
|
/base/inputmethod/imf/common/src/ |
H A D | inputmethod_dump.cpp | 45 std::string command = ""; in Dump() local
|
/base/account/os_account/tools/test/moduletest/acm/ |
H A D | account_command_dump_module_test.cpp | 85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; in HWTEST_F() local 100 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; in HWTEST_F() local [all...] |
H A D | account_command_delete_module_test.cpp | 85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; in HWTEST_F() local 100 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; in HWTEST_F() local [all...] |
H A D | account_command_switch_module_test.cpp | 70 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; in HWTEST_F() local 85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; in HWTEST_F() local [all...] |
H A D | account_command_util.cpp | 38 std::string command = TOOL_NAME + " create -n " + STRING_LOCAL_ACCOUNT_NAME + " -t " + STRING_TYPE; in CreateOsAccount() local 48 std::string command = TOOL_NAME + " create -n " + name + " -t " + STRING_TYPE; in CreateOsAccount() local 68 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount() local 89 std::string command = TOOL_NAME + " dump -i " + localAccountId; DumpLastOsAccount() local 110 std::string command = TOOL_NAME + " switch -i " + localAccountId; SwitchToFirstOsAccount() local 131 std::string command = TOOL_NAME + " switch -i " + localAccountId; SwitchToLastOsAccount() local [all...] |
H A D | account_command_set_module_test.cpp | 97 std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID; in HWTEST_F() local 124 std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e"; in HWTEST_F() local [all...] |
/base/update/updater/test/unittest/misc_info_test/ |
H A D | misc_info_unittest.cpp | 75 const std::string command = "boot_updater";
in HWTEST_F() local
|
/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | executor_callback_proxy_test.cpp | 99 Attributes command; in HWTEST_F() local 121 Attributes command; in HWTEST_F() local
|
H A D | executor_callback_stub_test.cpp | 74 std::vector<uint8_t> command; in HWTEST_F() local 96 std::vector<uint8_t> command; in HWTEST_F() local
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_inputmethod_proxy_capi.cpp | 103 std::unordered_map<std::string, PrivateDataValue> command; in OH_InputMethodProxy_SendPrivateCommand() local
|
H A D | inputmethod_private_command_capi.cpp | 25 void OH_PrivateCommand_Destroy(InputMethod_PrivateCommand *command) in OH_PrivateCommand_Destroy() argument 33 InputMethod_ErrorCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], size_t keyLength) in OH_PrivateCommand_SetKey() argument 46 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool value) in OH_PrivateCommand_SetBoolValue() argument 55 OH_PrivateCommand_SetIntValue(InputMethod_PrivateCommand *command, int32_t value) OH_PrivateCommand_SetIntValue() argument 64 OH_PrivateCommand_SetStrValue( InputMethod_PrivateCommand *command, char value[], size_t valueLength) OH_PrivateCommand_SetStrValue() argument 79 OH_PrivateCommand_GetKey(InputMethod_PrivateCommand *command, const char **key, size_t *keyLength) OH_PrivateCommand_GetKey() argument 98 OH_PrivateCommand_GetValueType( InputMethod_PrivateCommand *command, InputMethod_CommandValueType *type) OH_PrivateCommand_GetValueType() argument 123 OH_PrivateCommand_GetBoolValue(InputMethod_PrivateCommand *command, bool *value) OH_PrivateCommand_GetBoolValue() argument 142 OH_PrivateCommand_GetIntValue(InputMethod_PrivateCommand *command, int32_t *value) OH_PrivateCommand_GetIntValue() argument 162 OH_PrivateCommand_GetStrValue( InputMethod_PrivateCommand *command, const char **value, size_t *valueLength) OH_PrivateCommand_GetStrValue() argument [all...] |
/base/msdp/device_status/tools/vdev/src/ |
H A D | vdevadm.cpp | 230 const char *command = argv[optind++]; in main() local [all...] |
/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | identify_command_unit_test.cpp | 87 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 109 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 138 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 155 auto command in HWTEST_F() local 182 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 202 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 229 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 253 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local [all...] |
H A D | enroll_command_unit_test.cpp | 87 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 109 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 138 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 155 auto command in HWTEST_F() local 182 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 202 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 229 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 253 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local [all...] |
H A D | auth_command_unit_test.cpp | 87 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 108 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 137 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); in HWTEST_F() local 154 auto command in HWTEST_F() local 181 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 201 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 228 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local 252 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); HWTEST_F() local [all...] |
/base/useriam/face_auth/services/src/ |
H A D | screen_brightness_manager.cpp | 57 ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) ProcessSaCommand() argument
|
/base/location/test/fuzztest/locator/gnss_fuzzer/ |
H A D | gnss_fuzzer.cpp | 117 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest002() local
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_dialog.cpp | 66 std::string command = root.dump(); in StartEnableNotificationDialogAbility() local
|
/base/notification/common_event_service/tools/test/systemtest/cem/ |
H A D | common_event_command_dump_system_test.cpp | 35 std::string ExecuteCommand(const std::string &command) in ExecuteCommand() argument 114 std::string command = "cem dump -a"; in HWTEST_F() local 131 std::string command = "cem dump -e " + STRING_EVENT + ".test"; in HWTEST_F() local 159 std::string command in HWTEST_F() local [all...] |
/base/startup/init/services/modules/reboot/ |
H A D | reboot_misc.c | 30 char command[MAX_COMMAND_SIZE];
member
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_command_lexer_test.cpp | 73 std::string command = Join(SPACE_STR, in HWTEST_F() local 90 std::string command = Join(SPACE_STR, in HWTEST_F() local 106 std::string command = Join(SPACE_STR, in HWTEST_F() local 121 std::string command; in HWTEST_F() local 130 std::string command = " "; in HWTEST_F() local 141 std::string command = Join(SPACE_STR, fileName, message, nullptr); HWTEST_F() local 153 std::string command = Join(SPACE_STR, fileName, opt, dirName, nullptr); HWTEST_F() local [all...] |
/base/telephony/core_service/test/unittest/sim_manager_gtest/ |
H A D | sim_manager_gtest.cpp | 118 int32_t command = 0; in HWTEST_F() local
|
/base/update/updater/interfaces/kits/include/misc_info/ |
H A D | misc_info.h | 50 char command[MAX_COMMAND_SIZE];
member
|