/foundation/ability/idl_tool/test/native/src/ |
H A D | main_client.cpp | 46 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 D | stylus_detector_default.cpp | 63 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 D | main_client.cpp | 76 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 D | ohos_rpc_test_testhelper.cpp | 99 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 D | wifi_cmd_client.cpp | 53 int WifiCmdClient::SendCmdToDriver(const std::string &ifName, int commandId, const std::string ¶m) 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 D | wifi_cmd_client.h | 41 int SendCmdToDriver(const std::string &ifName, int commandId, const std::string ¶m) const;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_profile.cpp | 242 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 D | hfp_hf_command_processor.cpp | 683 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 D | hfp_hf_command_processor.h | 125 * @param commandId command id. 127 void SendAtCommand(HfpHfDataConnection &dataConn, const std::string &command, int commandId);
|
/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_parser.c | 276 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 D | ohos_rpc_test_testhelper.h | 62 JNIEnv *env, jobject object, jint appId, jint commandId);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test.cpp | 207 void Continue(int32_t commandId, MenuEventFlags flag) {} in Continue() argument
|
H A D | web_pattern_select_test_ng.cpp | 279 void Continue(int32_t commandId, MenuEventFlags flag) {} in Continue() argument
|