/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_private_command_capi.cpp | 25 void OH_PrivateCommand_Destroy(InputMethod_PrivateCommand *command) in OH_PrivateCommand_Destroy() 33 InputMethod_ErrorCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], siz… in OH_PrivateCommand_SetKey() 46 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool valu… in OH_PrivateCommand_SetBoolValue() 55 InputMethod_ErrorCode OH_PrivateCommand_SetIntValue(InputMethod_PrivateCommand *command, int32_t va… in OH_PrivateCommand_SetIntValue() 65 InputMethod_PrivateCommand *command, char value[], size_t valueLength) in OH_PrivateCommand_SetStrValue() 79 InputMethod_ErrorCode OH_PrivateCommand_GetKey(InputMethod_PrivateCommand *command, const char **ke… in OH_PrivateCommand_GetKey() 99 InputMethod_PrivateCommand *command, InputMethod_CommandValueType *type) in OH_PrivateCommand_GetValueType() 123 InputMethod_ErrorCode OH_PrivateCommand_GetBoolValue(InputMethod_PrivateCommand *command, bool *val… in OH_PrivateCommand_GetBoolValue() 142 InputMethod_ErrorCode OH_PrivateCommand_GetIntValue(InputMethod_PrivateCommand *command, int32_t *v… in OH_PrivateCommand_GetIntValue() 163 InputMethod_PrivateCommand *command, const char **value, size_t *valueLength) in OH_PrivateCommand_GetStrValue()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | dual_mode_controller.cc | 688 CommandView command) { in UserConfirmationRequestNegativeReply() 785 CommandView command) { in RemoteOobDataRequestNegativeReply() 818 CommandView command) { in RemoteOobExtendedDataRequestReply() 835 CommandView command) { in ReadInquiryResponseTransmitPowerLevel() 921 CommandView command) { in WriteSecureConnectionsHostSupport() 1638 CommandView command) { in LeReadAdvertisingPhysicalChannelTxPower() 2313 CommandView command) { in LeSetExtendedAdvertisingRandomAddress() 2326 CommandView command) { in LeSetExtendedAdvertisingParameters() 2362 CommandView command) { in LeSetExtendedAdvertisingScanResponse() 2391 CommandView command) { in LeReadMaximumAdvertisingDataLength() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_state_manager.cpp | 27 void ImageStateManager::HandleCommand(ImageLoadingCommand command) in HandleCommand() 54 #define CASE_OF_STATE_TRANSITION(command, nextState, nextStateName) \ argument 74 void ImageStateManager::HandleCommandByUnloadedState(ImageLoadingCommand command) in HandleCommandByUnloadedState() 82 void ImageStateManager::HandleCommandByDataLoadingState(ImageLoadingCommand command) in HandleCommandByDataLoadingState() 91 void ImageStateManager::HandleCommandByDataReadyState(ImageLoadingCommand command) in HandleCommandByDataReadyState() 99 void ImageStateManager::HandleCommandByMakeCanvasImageState(ImageLoadingCommand command) in HandleCommandByMakeCanvasImageState() 108 void ImageStateManager::HandleCommandByLoadSuccessState(ImageLoadingCommand command) in HandleCommandByLoadSuccessState() 116 void ImageStateManager::HandleCommandByLoadFailState(ImageLoadingCommand command) in HandleCommandByLoadFailState()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | bandwidth_manager.cpp | 115 std::string command; in InitDefaultBwChainRules() local 145 std::string command; in InitDefaultListBoxChainRules() local 174 std::string command; in InitDefaultAlertChainRules() local 249 std::string command; in SetGlobalAlert() local 277 std::string command; in SetCostlyAlert() local 308 std::string command; in EnableDataSaver() local 336 std::string command; in SetIfaceQuotaDetail() local 417 std::string command; in RemoveIfaceQuota() local 472 std::string command; in AddDeniedList() local 490 std::string command; in RemoveDeniedList() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_surface_node.cpp | 259 std::unique_ptr<RSCommand> command = in SetLeashPersistentId() local 277 std::unique_ptr<RSCommand> command = in SetSecurityLayer() local 295 std::unique_ptr<RSCommand> command = in SetSkipLayer() local 313 std::unique_ptr<RSCommand> command = in SetFingerprint() local 331 std::unique_ptr<RSCommand> command = in SetColorSpace() local 397 std::unique_ptr<RSCommand> command = in SetAbilityBGAlpha() local 407 std::unique_ptr<RSCommand> command = in SetIsNotifyUIBufferAvailable() local 596 std::unique_ptr<RSCommand> command = in SetContainerWindow() local 738 std::unique_ptr<RSCommand> command = in SetBootAnimation() local 772 std::unique_ptr<RSCommand> command = in CreateSurfaceExt() local [all …]
|
H A D | rs_display_node.cpp | 34 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeCreate>(node->GetId(), displayN… in Create() local 57 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeAddToTree>(GetId()); in AddDisplayNodeToTree() local 67 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeRemoveFromTree>(GetId()); in RemoveDisplayNodeFromTree() local 118 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenId>(GetId(), screenId); in SetScreenId() local 133 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetRogSize>(GetId(), bounds.z_,… in OnBoundsSizeChanged() local 142 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayOffset>(GetId(), offs… in SetDisplayOffset() local 153 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetSecurityDisplay>(GetId(), is… in SetSecurityDisplay() local 170 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayMode>(GetId(), displa… in SetDisplayNodeMirrorConfig() local 199 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenRotation>(GetId(), scr… in SetScreenRotation() local 228 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetBootAnimation>(GetId(), isBo… in SetBootAnimation() local [all …]
|
H A D | rs_canvas_node.cpp | 41 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeCreate>(node->GetId(), isTexture… in Create() local 54 std::unique_ptr<RSCommand> command = in SetHDRPresent() local 79 std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeClearRecording>(GetId()); in BeginRecording() local 95 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeCreate>(GetId(), isTextureExport… in CreateRenderNodeForTextureExportSwitch() local 123 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeUpdateRecording>(GetId(), record… in FinishRecording() local 151 std::unique_ptr<RSCommand> command = in DrawOnNode() local 175 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); in SetFreeze() local
|
H A D | rs_root_node.cpp | 67 …std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeCreate>(node->GetId(), isTextureEx… in Create() local 82 … std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachRSSurfaceNode>(GetId(), in AttachRSSurfaceNode() local 86 … std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachToUniSurfaceNode>(GetId(), in AttachRSSurfaceNode() local 98 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeSetEnableRender>(GetId(), flag); in SetEnableRender() local 113 std::unique_ptr<RSCommand> command = in OnBoundsSizeChanged() local
|
H A D | rs_proxy_node.cpp | 41 …std::unique_ptr<RSCommand> command = std::make_unique<RSProxyNodeCreate>(proxyNodeId, targetNodeId… in Create() local 46 …std::unique_ptr<RSCommand> command = std::make_unique<RSProxyNodeCreate>(proxyNodeId, targetNodeId… in Create() local 67 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeDestroy>(proxyNodeId_); in ~RSProxyNode() local 96 …std::unique_ptr<RSCommand> command = std::make_unique<RSProxyNodeResetContextVariableCache>(proxyN… in ResetContextVariableCache() local
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/ |
H A D | aa_command_test.cpp | 174 std::string command = ""; variable 191 std::string command = "test"; variable 224 std::string command = ""; variable 241 std::string command = ""; variable 259 std::string command = ""; variable 277 std::string command = ""; variable 295 std::string command = ""; variable 313 std::string command = ""; variable 331 std::string command = ""; variable 349 std::string command = ""; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_transaction_proxy_test.cpp | 196 std::unique_ptr<RSCommand> command = variable 218 std::unique_ptr<RSCommand> command = variable 288 std::unique_ptr<RSCommand> command = variable 405 std::unique_ptr<RSCommand> command = variable 427 std::unique_ptr<RSCommand> command = variable 450 std::unique_ptr<RSCommand> command = variable 534 std::unique_ptr<RSCommand> command = variable 554 std::unique_ptr<RSCommand> command = variable 575 std::unique_ptr<RSCommand> command = variable 595 std::unique_ptr<RSCommand> command = variable [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | process.rs | 30 let mut command = Command::new("echo"); in sdv_process_output_test() localVariable 49 let mut command = Command::new("echo"); in sdv_process_status_test() localVariable 67 let mut command = Command::new("echo"); in sdv_process_spawn_test() localVariable 141 let mut command = Command::new("echo"); in sdv_process_kill_test() localVariable 159 let mut command = Command::new("echo"); in sdv_process_try_wait_test() localVariable 182 let mut command = Command::new("echo"); in sdv_process_drop_test() localVariable 188 let mut command = Command::new("echo"); in sdv_process_drop_test() localVariable 206 let mut command = Command::new("echo"); in sdv_process_stdio_test() localVariable 253 let mut command = std::process::Command::new("echo"); in sdv_process_child_stdio_convert_test() localVariable 277 let mut command = Command::new("echo"); in sdv_process_debug_test() localVariable
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_command_lexer_test.cpp | 73 std::string command = Join(SPACE_STR, variable 90 std::string command = Join(SPACE_STR, variable 106 std::string command = Join(SPACE_STR, variable 121 std::string command; variable 130 std::string command = " "; variable 141 std::string command = Join(SPACE_STR, fileName, message, nullptr); variable 153 std::string command = Join(SPACE_STR, fileName, opt, dirName, nullptr); variable
|
/ohos5.0/build/toolchain/ |
H A D | gcc_link_wrapper.py | 30 def command_to_run(command): argument 36 def is_static_link(command): argument 49 def update_crt(command): argument
|
H A D | wrapper_utils.py | 34 def command_to_run(command): argument 56 def run_link_with_optional_map_file(command, env=None, map_file=None): argument 87 def capture_command_stderr(command, env=None): argument
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/systemtest/aa/ |
H A D | aa_command_start_system_test.cpp | 82 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME + " … variable 100 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME_INVA… variable 115 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_SERVICE_ABILITY_NAME_I… variable 137 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME + " … variable 156 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME_INVA… variable
|
H A D | tool_system_test.cpp | 30 std::string ToolSystemTest::ExecuteCommand(const std::string& command) in ExecuteCommand() 53 std::string command = "bm install -p " + bundlePath; in InstallBundle() local 64 std::string command = "bm uninstall -n " + bundleName; in UninstallBundle() local 76 std::string command = "aa start -d " + device + " -a " + abilityName + " -b " + bundleName; in StartAbility() local
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | iptables_rule_plugin.cpp | 62 std::string command("-t filter -n -v -L --line-number"); in OnGetPolicy() local 78 std::string command; in AddIptablesFilterRule() local 126 …ugin::ConvertAddFilterToIptablesCommand(const IPTABLES::AddFilter &addFilter, std::string &command) in ConvertAddFilterToIptablesCommand() 188 std::string command = "-t filter -D"; in ExecRemoveFilterByDetailedCommand() local 202 std::string &command) in ConvertChainCommand() 218 …ptablesRulePlugin::ConvertProtocolCommand(const IPTABLES::Protocol &protocol, std::string &command) in ConvertProtocolCommand() 238 bool IptablesRulePlugin::ConvertActionCommand(const IPTABLES::Action &action, std::string &command) in ConvertActionCommand() 254 std::string &command) in ConvertIpAddressCommand() 276 …ePlugin::ConvertPortCommand(const std::string &port, const bool isSourcePort, std::string &command) in ConvertPortCommand() 288 void IptablesRulePlugin::ConvertUidCommand(const std::string &uid, std::string &command) in ConvertUidCommand() [all …]
|
/ohos5.0/base/account/os_account/tools/test/moduletest/acm/ |
H A D | account_command_util.cpp | 38 …std::string command = TOOL_NAME + " create -n " + STRING_LOCAL_ACCOUNT_NAME + " -t " + STRING_TYPE; in CreateOsAccount() local 48 std::string command = TOOL_NAME + " create -n " + name + " -t " + STRING_TYPE; in CreateOsAccount() local 68 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount() local 89 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount() local 110 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount() local 131 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToLastOsAccount() local
|
/aosp12/build/soong/cmd/soong_ui/ |
H A D | main.go | 45 type command struct { struct 47 flag string 50 description string 53 simpleOutput bool 56 logsPrefix string 59 config func(ctx build.Context, args ...string) build.Config 62 stdio func() terminal.StdioInterface 65 run func(ctx build.Context, config build.Config, args []string, logsDir string)
|
/aosp12/art/runtime/ |
H A D | exec_utils_test.cc | 32 std::vector<std::string> command; in TEST_F() local 50 std::vector<std::string> command; in TEST_F() local 65 std::vector<std::string> command; in TEST_F() local 89 std::vector<std::string> command; in TEST_F() local 107 std::vector<std::string> command; in SleepCommand() local 120 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_F() local 130 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_F() local
|
/aosp12/system/extras/simpleperf/ |
H A D | command_test.cpp | 30 TEST(command, CreateCommandInstance) { in TEST() argument 38 TEST(command, GetAllCommands) { in TEST() argument 46 TEST(command, GetValueForOption) { in TEST() argument 47 MockCommand command; in TEST() local 73 TEST(command, PreprocessOptions) { in TEST() argument 159 TEST(command, OptionValueMap) { in TEST() argument
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | null_processor.cpp | 35 executor_->WaitEvent().Handle<std::shared_ptr<ConnectCommand>>([this] (auto &command) { in Run() 38 }).Handle<std::shared_ptr<DisconnectCommand>>([this] (auto &command) { in Run() 41 }).Handle<std::shared_ptr<NegotiateCommand>>([this] (auto &command) { in Run()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | iptables_wrapper.cpp | 48 void IptablesWrapper::ExecuteCommand(const std::string &command) in ExecuteCommand() 55 void IptablesWrapper::ExecuteCommandForRes(const std::string &command) in ExecuteCommandForRes() 62 int32_t IptablesWrapper::RunCommand(const IpType &ipType, const std::string &command) in RunCommand() 93 std::string IptablesWrapper::RunCommandForRes(const IpType &ipType, const std::string &command) in RunCommandForRes() 135 for (const std::string& command : commands) { in RunMutipleCommands() local
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_scheduler.cpp | 36 auto command = CommandFactory::GetInstance().CreateConnectCommand(info, callback); in ConnectDevice() local 64 int WifiDirectScheduler::ConnectDevice(const std::shared_ptr<ConnectCommand> &command, bool markRet… in ConnectDevice() 71 auto command = CommandFactory::GetInstance().CreateDisconnectCommand(info, callback); in DisconnectDevice() local 92 auto command = CommandFactory::GetInstance().CreateForceDisconnectCommand(info, callback); in ForceDisconnectDevice() local 128 auto command = *itc; in ProcessNextCommand() local 159 int WifiDirectScheduler::ScheduleActiveCommand(const std::shared_ptr<WifiDirectCommand> &command, in ScheduleActiveCommand()
|