Home
last modified time | relevance | path

Searched refs:commandId (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/idl_tool/test/native/src/
H A Dmain_client.cpp46 TestCommand commandId = TestCommand::TEST_CMD_INT_TRANS; in main() local
48 commandId = TestCommand(atoi(argv[1])); in main()
59 ZLOGE(LABEL, "commandId= : %{public}d", commandId); in main()
60 switch (commandId) { in main()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_default.cpp63 auto commandId = StringUtils::StringToInt(params[1]); in ExecuteCommand() local
67 if (commandId < 0 || commandId >= MAX_COMMAND_INDEX) { in ExecuteCommand()
71 auto command = static_cast<CommandType>(commandId); in ExecuteCommand()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dmain_client.cpp76 TestCommand commandId = TestCommand::TEST_CMD_SYNC_TRANS; in main() local
78 commandId = TestCommand(std::stoi(argv[1])); in main()
89 ZLOGE(LABEL, "commandId= : %{public}d", commandId); in main()
129 auto it = commandMap.find(commandId); in main()
H A Dohos_rpc_test_testhelper.cpp99 JNIEnv *env, jobject object, jint appId, jint commandId) in Java_ohos_rpc_test_TestHelper_nativeStartTestApp()
108 return (jboolean)helper->StartTestApp(appId, commandId); in Java_ohos_rpc_test_TestHelper_nativeStartTestApp()
98 Java_ohos_rpc_test_TestHelper_nativeStartTestApp( JNIEnv *env, jobject object, jint appId, jint commandId) Java_ohos_rpc_test_TestHelper_nativeStartTestApp() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_cmd_client.cpp53 int WifiCmdClient::SendCmdToDriver(const std::string &ifName, int commandId, const std::string &param) const in SendCmdToDriver() argument
60 if (commandId == CMD_SET_RX_LISTEN_POWER_SAVING_SWITCH) { in SendCmdToDriver()
62 } else if (commandId == CMD_SET_SOFTAP_2G_MSS) { in SendCmdToDriver()
64 } else if (commandId == CMD_AX_BLA_LIST) { in SendCmdToDriver()
66 } else if (commandId == CMD_AX_SELFCURE) { in SendCmdToDriver()
68 } else if (commandId == CMD_BE_BLA_LIST) { in SendCmdToDriver()
H A Dwifi_cmd_client.h41 int SendCmdToDriver(const std::string &ifName, int commandId, const std::string &param) const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.cpp242 int commandId; in QueryOperatorName() local
245 commandId = HfpHfCommandProcessor::AT_COPS_GETTER; in QueryOperatorName()
248 commandId = HfpHfCommandProcessor::AT_COPS_SETTER; in QueryOperatorName()
250 commandProcessor_.SendAtCommand(dataConn_, cmd, commandId); in QueryOperatorName()
282 int commandId = HfpHfCommandProcessor::AT_COMMAND_NONE; in SetHfVolume() local
285 commandId = HfpHfCommandProcessor::AT_VGS_SETTER; in SetHfVolume()
288 commandId = HfpHfCommandProcessor::AT_VGM_SETTER; in SetHfVolume()
294 commandProcessor_.SendAtCommand(dataConn_, cmd, commandId); in SetHfVolume()
H A Dhfp_hf_command_processor.cpp683 LOG_ERROR("[HFP HF]%{public}s():invalid commandId[%{public}d] in slc connection command", in ConnectSlc()
815 HfpHfDataConnection &dataConn, const std::string &command, int commandId) in SendAtCommand()
819 LOG_DEBUG("[HFP HF]%{public}s(): commandId[%{public}d], command[%{public}s]", in SendAtCommand()
820 __FUNCTION__, commandId, command.c_str()); in SendAtCommand()
821 currentCommand_ = commandId; in SendAtCommand()
834 commandQueue_.push(std::make_tuple(command, commandId)); in SendAtCommand()
847 "[HFP HF]%{public}s() commandId[%{public}d], command[%{public}s]", in SendQueuedAtCommand()
814 SendAtCommand( HfpHfDataConnection &dataConn, const std::string &command, int commandId) SendAtCommand() argument
H A Dhfp_hf_command_processor.h125 * @param commandId command id.
127 void SendAtCommand(HfpHfDataConnection &dataConn, const std::string &command, int commandId);
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_parser.c276 uint16_t commandId = UnMarshallUint16(tlvHead, COMMAND_ID); in ProcessCommuMsg() local
277 HILOGI("[ProcessCommuMsg commandId %hu]", commandId); in ProcessCommuMsg()
278 switch (commandId) { in ProcessCommuMsg()
288 HILOGW("[Unknown command id %hu]", commandId); in ProcessCommuMsg()
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dohos_rpc_test_testhelper.h62 JNIEnv *env, jobject object, jint appId, jint commandId);
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp207 void Continue(int32_t commandId, MenuEventFlags flag) {} in Continue() argument
H A Dweb_pattern_select_test_ng.cpp279 void Continue(int32_t commandId, MenuEventFlags flag) {} in Continue() argument

Completed in 11 milliseconds