Home
last modified time | relevance | path

Searched defs:commandId (Results 1 – 9 of 9) sorted by relevance

/foundation/ability/idl_tool/test/native/src/
Dmain_client.cpp46 TestCommand commandId = TestCommand::TEST_CMD_INT_TRANS; in main() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dstylus_detector_default.cpp64 auto commandId = StringUtils::StringToInt(params[1]); in ExecuteCommand() local
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
Dmain_client.cpp76 TestCommand commandId = TestCommand::TEST_CMD_SYNC_TRANS; in main() local
Dohos_rpc_test_testhelper.cpp99 JNIEnv *env, jobject object, jint appId, jint commandId) in Java_ohos_rpc_test_TestHelper_nativeStartTestApp()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_profile.cpp242 int commandId; in QueryOperatorName() local
282 int commandId = HfpHfCommandProcessor::AT_COMMAND_NONE; in SetHfVolume() local
Dhfp_hf_command_processor.cpp815 HfpHfDataConnection &dataConn, const std::string &command, int commandId) in SendAtCommand()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
Dwifi_cmd_client.cpp53 int WifiCmdClient::SendCmdToDriver(const std::string &ifName, int commandId, const std::string &par… in SendCmdToDriver()
/foundation/ability/dmsfwk_lite/source/
Ddmslite_parser.c276 uint16_t commandId = UnMarshallUint16(tlvHead, COMMAND_ID); in ProcessCommuMsg() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
Dweb_pattern_test.cpp171 void Continue(int32_t commandId, MenuEventFlags flag) {} in Continue()