Home
last modified time | relevance | path

Searched defs:command (Results 1 - 25 of 81) sorted by relevance

1234

/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Dtest_common.cpp24 std::string RunCommand(const std::string &command) in RunCommand() argument
/base/update/updater/services/applypatch/
H A Dcommand_function.cpp44 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 Dinputmethod_dump.cpp45 std::string command = ""; in Dump() local
/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_dump_module_test.cpp85 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 Daccount_command_delete_module_test.cpp85 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 Daccount_command_switch_module_test.cpp70 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 Daccount_command_util.cpp38 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 Daccount_command_set_module_test.cpp97 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 Dmisc_info_unittest.cpp75 const std::string command = "boot_updater"; in HWTEST_F() local
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_proxy_test.cpp99 Attributes command; in HWTEST_F() local
121 Attributes command; in HWTEST_F() local
H A Dexecutor_callback_stub_test.cpp74 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 Dinputmethod_inputmethod_proxy_capi.cpp103 std::unordered_map<std::string, PrivateDataValue> command; in OH_InputMethodProxy_SendPrivateCommand() local
H A Dinputmethod_private_command_capi.cpp25 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 Dvdevadm.cpp230 const char *command = argv[optind++]; in main() local
[all...]
/base/useriam/user_auth_framework/test/unittest/executors/
H A Didentify_command_unit_test.cpp87 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 Denroll_command_unit_test.cpp87 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 Dauth_command_unit_test.cpp87 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 Dscreen_brightness_manager.cpp57 ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) ProcessSaCommand() argument
/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp117 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest002() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog.cpp66 std::string command = root.dump(); in StartEnableNotificationDialogAbility() local
/base/notification/common_event_service/tools/test/systemtest/cem/
H A Dcommon_event_command_dump_system_test.cpp35 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 Dreboot_misc.c30 char command[MAX_COMMAND_SIZE]; member
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_command_lexer_test.cpp73 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 Dsim_manager_gtest.cpp118 int32_t command = 0; in HWTEST_F() local
/base/update/updater/interfaces/kits/include/misc_info/
H A Dmisc_info.h50 char command[MAX_COMMAND_SIZE]; member

Completed in 10 milliseconds

1234