Home
last modified time | relevance | path

Searched defs:command (Results 176 – 200 of 489) sorted by relevance

12345678910>>...20

/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DMockLocationProvider.java70 protected void onExtraCommand(int uid, int pid, String command, Bundle extras) {} in onExtraCommand()
H A DDelegateLocationProvider.java110 protected void onExtraCommand(int uid, int pid, String command, Bundle extras) { in onExtraCommand()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp68 void JSThread::PostCommand(AbilityMsgId command) in PostCommand()
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtransform_point_test.cpp151 int TransformPointTest::Execute(const std::string& command, std::vector<std::string>& results) in Execute()
173 std::string command { "cat /proc/bus/input/devices" }; in GetInputDeviceNodes() local
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_permission_test.cpp271 AVControlCommand command; variable
434 AVControlCommand command; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Daccessibility_ability_command.h34 std::string command = ""; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interpolating_spring_animation.cpp106 std::unique_ptr<RSCommand> command = in StartRenderAnimation() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_proxy.cpp101 int32_t RemoteSessionSinkProxy::SetControlCommand(const AVControlCommand& command) in SetControlCommand()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_executor.cpp103 bool WifiDirectExecutor::CanAcceptNegotiateData(WifiDirectCommand &command) in CanAcceptNegotiateData()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_channel_info_cmd.cpp88 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygoteServer.java520 final Runnable command = in runSelectLoop() local
647 final Runnable command = in runSelectLoop() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DExecutorImpl.java37 public void execute(Runnable command) { in execute()
H A DRepeatableExecutorImpl.java33 public void execute(Runnable command) { in execute()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java113 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dsa_command_manager.cpp72 for (const auto &command : commands) { in ProcessSaCommands() local
H A Dscreen_brightness_manager.cpp58 const SaCommand &command) in ProcessSaCommand()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp72 for (const auto &command : commands) { in ProcessSaCommands() local
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
H A DTestInterface.java44 void onTestResult(int command, float result) { } in onTestResult()
94 void runCommand(int command) { in runCommand()
110 int command = 0; in run() local
/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomation.java1027 public AccessibilityEvent executeAndWaitForEvent(Runnable command, in executeAndWaitForEvent()
1522 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand()
1560 public @NonNull ParcelFileDescriptor[] executeShellCommandRw(@NonNull String command) { in executeShellCommandRw()
1579 public @NonNull ParcelFileDescriptor[] executeShellCommandRwe(@NonNull String command) { in executeShellCommandRwe()
1592 String command, boolean includeStderr) { in executeShellCommandInternal()
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java358 protected boolean onSendExtraCommand(@Nullable String command, @Nullable Bundle extras) { in onSendExtraCommand()
408 public void sendExtraCommand(String command, Bundle extras) { in sendExtraCommand()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp1150 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); variable
1194 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); variable
1212 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); variable
1233 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); variable
1250 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); variable
1274 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); variable
1298 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); variable
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp103 std::unordered_map<std::string, PrivateDataValue> command; in OH_InputMethodProxy_SendPrivateCommand() local
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DFakeSoundTriggerHal.java674 private void wrap(FunctionalUtils.ThrowingConsumer<ISoundTriggerHwCallback> command) { in wrap()
693 private void wrap(FunctionalUtils.ThrowingConsumer<ISoundTriggerHwGlobalCallback> command) { in wrap()
714 private void wrap(FunctionalUtils.ThrowingConsumer<ISoundTriggerInjection> command) { in wrap()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Diptables_rule_plugin_test.cpp263 std::string command; variable
377 std::string command; variable
545 std::string command; variable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DCommandRegistry.kt117 val command = wrapper.commandFactory() regex

12345678910>>...20