Home
last modified time | relevance | path

Searched defs:command (Results 101 – 125 of 905) sorted by relevance

12345678910>>...37

/ohos5.0/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_set_module_test.cpp97 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID; variable
124 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e"; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dexecutor_callback_service.cpp49 const Attributes &command) in OnBeginExecute()
59 int32_t ExecutorCallbackService::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dmod.rs16 mod command; module
H A Dcommand.rs24 command: Command, field
529 let mut command = PtyCommand::new("echo"); in ut_pty_process_basic_test() localVariable
583 let mut command = PtyCommand::new("echo"); in ut_pty_process_read_write_test() localVariable
614 let mut command = PtyCommand::new("echo"); in ut_pty_process_split_test() localVariable
646 let mut command = PtyCommand::new("echo"); in ut_pty_process_into_split_test() localVariable
680 let mut command = PtyCommand::new("echo"); in ut_pty_process_unsplit_test() localVariable
/aosp12/packages/apps/SecureElement/src/com/android/se/
H A DChannel.java115 public byte[] transmit(byte[] command) throws IOException { in transmit()
239 private void checkCommand(byte[] command) { in checkCommand()
315 public byte[] transmit(byte[] command) throws RemoteException { in transmit()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/
H A DUserCache.java66 public SafeCloseable addUserChangeListener(Runnable command) { in addUserChangeListener()
95 private void removeUserChangeListener(Runnable command) { in removeUserChangeListener()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp66 void RSTransactionProxy::AddCommand(std::unique_ptr<RSCommand>& command, bool isRenderServiceComman… in AddCommand()
93 void RSTransactionProxy::AddCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId, Follo… in AddCommandFromRT()
338 void RSTransactionProxy::AddCommonCommand(std::unique_ptr<RSCommand> &command) in AddCommonCommand()
347 void RSTransactionProxy::AddRemoteCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, Follo… in AddRemoteCommand()
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dmain.cpp20 OHOS::MMI::InputManagerCommand command; in main() local
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DRequestPinItemTest.java90 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview() local
112 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_message_processor.cpp36 void RSMessageProcessor::AddUIMessage(uint32_t pid, std::unique_ptr<RSCommand>& command) in AddUIMessage()
46 void RSMessageProcessor::AddUIMessage(uint32_t pid, std::unique_ptr<RSCommand>&& command) in AddUIMessage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_linker.cpp60 std::unique_ptr<RSCommand> command = std::make_unique<RSFrameRateLinkerDestroy>(id_); in ~RSFrameRateLinker() local
88 std::unique_ptr<RSCommand> command = std::make_unique<RSFrameRateLinkerUpdateRange>(GetId(), in UpdateFrameRateRange() local
/aosp12/hardware/ril/reference-ril/
H A Datchannel.c672 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock()
739 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full()
774 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command()
785 int at_send_command_singleline (const char *command, in at_send_command_singleline()
808 int at_send_command_numeric (const char *command, in at_send_command_numeric()
830 int at_send_command_sms (const char *command, in at_send_command_sms()
854 int at_send_command_multiline (const char *command, in at_send_command_multiline()
/ohos5.0/base/startup/init/test/unittest/lite/
H A Dcmd_func_test.cpp314 std::string command = cmdStr + cmdContentStr; variable
333 std::string command = cmdStr + cmdContentStr; variable
378 std::string command = cmdStr + cmdContentStr; variable
434 std::string command = cmdStr + cmdContentStr; variable
470 std::string command = cmdStr + cmdContentStr; variable
853 std::string command = cmdStr + cmdContentStr; variable
890 std::string command = cmdStr + cmdContentStr; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp55 for (auto const& command : commands) { in Dump() local
73 std::shared_ptr<CommandNode> command; in ParseCommand() local
113 CommandNode command; in GetCommand() local
148 void DumpHelper::AddHeadNode(std::shared_ptr<CommandNode> &command, std::shared_ptr<CommandNode> &r… in AddHeadNode()
162 void DumpHelper::AddNode(std::shared_ptr<CommandNode> &command, std::shared_ptr<CommandNode> &realH… in AddNode()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestScheduledExecutorService.java115 public void execute(Runnable command) { in execute()
120 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
132 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate()
138 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()
/aosp12/frameworks/av/services/audioflinger/
H A DDeviceEffectManager.cpp226 sp<Command> command = mCommands.front(); in threadLoop() local
258 void AudioFlinger::DeviceEffectManager::CommandThread::sendCommand(sp<Command> command) { in sendCommand()
267 sp<Command> command = new Command(CREATE_AUDIO_PATCH, new CreateAudioPatchData(handle, patch)); in createAudioPatchCommand() local
275 sp<Command> command = new Command(RELEASE_AUDIO_PATCH, new ReleaseAudioPatchData(handle)); in releaseAudioPatchCommand() local
H A DFastThreadState.cpp33 const char *FastThreadState::commandToString(FastThreadState::Command command) in commandToString()
/aosp12/system/hardware/interfaces/net/netd/testutils/
H A DVtsHalNetNetdTestUtils.cpp47 static std::vector<std::string> runCommand(const std::string& command) { in runCommand()
69 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules() local
/aosp12/frameworks/base/core/proto/android/util/
H A Dtextdump.proto28 optional string command = 1; field
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonTimeoutException.java24 public NativeDaemonTimeoutException(String command, NativeDaemonEvent event) { in NativeDaemonTimeoutException()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dmod.rs20 mod command; module
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/napi/avsession_jsunittest/
H A DAVSessionJSTest.js39 command: "This is my command" property in AnonymousFunction9104f7c10100.COMMON_COMMAND_PARAMS
75 function commonCommandCallback1(command, args) { argument
87 function commonCommandCallback2(command, args) { argument
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DRefreshRateOverlay_test.cpp43 void sendCommandToSf(int command, Parcel& reply) { in sendCommandToSf()
75 const auto command = enabled ? kRefreshRateOverlayEnable : kRefreshRateOverlayDisable; in toggleOverlay() local
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c220 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **… in SendCommandLock()
260 int32_t SendCommandNetWorksLock(const char *command, const char *prefix, long long timeout, Respons… in SendCommandNetWorksLock()
281const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **out… in SendCommandSmsLock()
320 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/test/
H A DFakeProvider.java36 void onExtraCommand(int uid, int pid, String command, Bundle extras); in onExtraCommand()
59 protected void onExtraCommand(int uid, int pid, String command, Bundle extras) { in onExtraCommand()

12345678910>>...37