Home
last modified time | relevance | path

Searched defs:command (Results 201 – 225 of 489) sorted by relevance

12345678910>>...20

/aosp14/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
H A DManagedProfileLifecycleStressTest.java133 String command = "dpm set-profile-owner --user " + userId + " '" + componentName + "'"; in setProfileOwner() local
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DWrapperInit.java110 StringBuilder command = new StringBuilder(invokeWith); in execApplication() local
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSystemAudioAction.java88 HdmiCecMessage command = HdmiCecMessageBuilder.buildSystemAudioModeRequest( in sendSystemAudioModeRequestInternal() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_spring_animation.cpp108 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreateSpring>(target->GetId(), an… in StartRenderAnimation() local
H A Drs_keyframe_animation.cpp120 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreateKeyframe>(target->GetId(), … in StartRenderAnimation() local
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/
H A Dnci_tag_proxy_test.cpp168 std::string command = ""; variable
209 std::string command = ""; variable
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DObservableServiceConnectionTest.java210 public void execute(Runnable command) { in execute()
H A DPersistentServiceConnectionTest.java199 public void execute(Runnable command) { in execute()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.h62 AMSCommand command = AMSCommand::COMMNAD_UNKOWN; member
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dproxy_negotiate_channel.cpp53 NegotiateCommand command(msg, channel); in OnDataReceived() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h161 ExpectWrapper &Call(ExpectCommand command, uint32_t count) in Call()
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvdevadm.cpp230 const char *command = argv[optind++]; in main() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.cpp203 std::string command = root[COMMAND].isString() ? root[COMMAND].asString() : "ERROR_COMMAND"; in ProcControlCommand() local
546 void MigrateAVSessionServer::SendCommandProc(const std::string &command, sptr<AVControllerItem> con… in SendCommandProc()
555 void MigrateAVSessionServer::MediaButtonEventProc(const std::string &command, sptr<AVControllerItem… in MediaButtonEventProc()
583 void MigrateAVSessionServer::PlaybackCommandDataProc(int mediaCommand, const std::string &command, in PlaybackCommandDataProc()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_async_context.h183 std::unique_ptr<LocationCommand> command; variable
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp91 int NciTagImplDefault::Transceive(uint32_t tagDiscId, const std::string &command, std::string &resp… in Transceive()
118 bool NciTagImplDefault::WriteNdef(uint32_t tagDiscId, std::string &command) in WriteNdef()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/coauthservice_fuzzer/
H A Dco_auth_service_fuzzer.cpp68 const Attributes &command) override in OnBeginExecute()
74 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &command) override in OnEndExecute()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java98 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper()
/ohos5.0/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.cpp75 int32_t SeImpl::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& response, in transmit()
/ohos5.0/drivers/peripheral/secure_element/sim_hdi_service/
H A Dsecure_element_interface_service.cpp67 int32_t SecureElementInterfaceService::transmit(const std::vector<uint8_t>& command, std::vector<ui… in transmit()
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp144 const std::vector<uint8_t> command; variable
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_impl.cpp134 int32_t RemoteSessionSinkImpl::SetControlCommand(const AVControlCommand& command) in SetControlCommand()
/ohos5.0/base/update/updater/interfaces/kits/include/misc_info/
H A Dmisc_info.h50 char command[MAX_COMMAND_SIZE]; member
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceInteractor.aidl40 IVoiceInteractorCallback callback, String command, in Bundle extras); in startCommand()
/aosp14/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
H A DSimpleService.java71 int command = intent.getIntExtra(EXTRA_COMMAND, COMMAND_INVALID); in onStartCommand() local
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp340 void AccountCommand::ParseCommandOpt(const std::string &command, ErrCode &result, int &id) in ParseCommandOpt()
509 ErrCode AccountCommand::RunAsCommonCommandMissingOptionArgument(const std::string &command) in RunAsCommonCommandMissingOptionArgument()
540 ErrCode AccountCommand::RunCommandError(const std::string &command) in RunCommandError()

12345678910>>...20