Home
last modified time | relevance | path

Searched defs:ans (Results 1 - 25 of 51) sorted by relevance

123

/foundation/ability/ability_runtime/test/unittest/deeplink_reserve_config_test/
H A Ddeeplink_reserve_config_test.cpp99 auto ans = deepLinkReserveConfig.isLinkReserved(linkString, bundleName); in HWTEST_F() local
/third_party/python/Doc/includes/
H A Demail-read-alternative.py39 ans = input("View full message?") variable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dformat_test.cc30 TestFormatSpecifier(absl::Time t, absl::TimeZone tz, const std::string& fmt, const std::string& ans) TestFormatSpecifier() argument
/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/
H A Dams_app_mgr_client_test.cpp440 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_CRITICAL); in HWTEST_F() local
455 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_LOW); in HWTEST_F() local
470 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_MODERATE); in HWTEST_F() local
485 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_CRITICAL); in HWTEST_F() local
500 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_LOW); in HWTEST_F() local
515 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_MODERATE); HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Dvideo_job_queue.cpp54 DeferredVideoJobPtr ans = heap_.front(); in Pop() local
/third_party/nghttp2/src/
H A Dshrpx_downstream_test.cc56 auto ans = in test_downstream_field_store_append_last_header() local
117 HeaderRefs ans = { in test_downstream_crumble_request_cookie() local
H A Dhttp2_test.cc175 auto ans = std::vector<int>{0, 1, 4, 5, 6, 7, 12}; in test_http2_copy_headers_to_nva() local
/foundation/ability/ability_runtime/test/unittest/ui_extension_context_test/
H A Dui_extension_context_test.cpp431 auto ans = context->StartUIServiceExtension(want, accountId); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp359 std::vector<int32_t> ans; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_dispatcher_impl_test.cpp377 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
396 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
416 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
441 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
461 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
487 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); HWTEST_F() local
507 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); HWTEST_F() local
528 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); HWTEST_F() local
548 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); HWTEST_F() local
578 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); HWTEST_F() local
598 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); HWTEST_F() local
[all...]
H A Dform_render_delegate_impl_test.cpp245 auto ans = renderDelegate->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
267 auto ans = renderDelegate->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
291 auto ans = renderDelegate->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c76 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_OP_ADD, &data, &ret, ServerAddCallback); in CallServerAdd() local
108 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_OP_MULTI, &data, &ret, ServerMultiCallback); in CallServerMulti() local
139 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_OP_SUB, &data, &ret, ServerSubCallback); in CallServerSub() local
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dbus_center_client_proxy.c93 int32_t ans = SendRequest(svc, CLIENT_ON_JOIN_RESULT, &io, NULL, option, NULL); in ClientOnJoinLNNResult() local
121 int32_t ans = SendRequest(svc, CLIENT_ON_LEAVE_RESULT, &io, NULL, option, NULL); in ClientOnLeaveLNNResult() local
166 int32_t ans = SendRequest(svc[i], CLIENT_ON_NODE_ONLINE_STATE_CHANGED, &io, NULL, option, NULL); in ClinetOnNodeOnlineStateChanged() local
214 int32_t ans = SendRequest(svc[i], CLIENT_ON_NODE_BASIC_INFO_CHANGED, &io, NULL, option, NULL); ClinetOnNodeBasicInfoChanged() local
248 int32_t ans = SendRequest(svc, CLIENT_ON_TIME_SYNC_RESULT, &io, NULL, option, NULL); ClientOnTimeSyncResult() local
278 int32_t ans = SendRequest(svc, CLIENT_ON_PUBLISH_LNN_RESULT, &io, NULL, option, NULL); ClientOnPublishLNNResult() local
308 int32_t ans = SendRequest(svc, CLIENT_ON_REFRESH_LNN_RESULT, &io, NULL, option, NULL); ClientOnRefreshLNNResult() local
338 int32_t ans = SendRequest(svc, CLIENT_ON_REFRESH_DEVICE_FOUND, &io, NULL, option, NULL); ClientOnRefreshDeviceFound() local
[all...]
/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c50 int32_t ans = SendRequest(*svc, CLIENT_ON_CHANNEL_OPENED, io, &reply, option, &ptr); in OnUdpChannelOpenedAsServer() local
104 int32_t ans = SendRequest(svc, CLIENT_ON_CHANNEL_OPENED, &io, NULL, option, NULL); in ClientIpcOnChannelOpened() local
161 int32_t ans = SendRequest(svc, CLIENT_ON_CHANNEL_OPENFAILED, &io, NULL, option, NULL); in ClientIpcOnChannelOpenFailed() local
191 int32_t ans in ClientIpcOnChannelLinkDown() local
221 int32_t ans = SendRequest(svc, CLIENT_ON_CHANNEL_CLOSED, &io, NULL, option, NULL); ClientIpcOnChannelClosed() local
257 int32_t ans = SendRequest(svc, CLIENT_ON_CHANNEL_MSGRECEIVED, &io, NULL, option, NULL); ClientIpcOnChannelMsgReceived() local
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c149 int ans[] = {-8, -6, -4, -2, 0, 1, 3, 5, 7, 9}; in test_nghttp2_pq_update() local
/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_service_client.cpp326 uint32_t ans = proxy_->Invoke(proxy_, CAMERA_SERVER_CREATE_CAMERA, &io, para_, Callback); in CreateCamera() local
H A Dcamera_device_client.cpp282 uint32_t ans = proxy_->Invoke(proxy_, CAMERA_SERVER_SET_CAMERA_CALLBACK, &io, &para, Callback); in SetCameraCallback() local
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
H A Dtrans_server_proxy.c144 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_CREATE_SESSION_SERVER, &request, &ret, ProxyCallback); in ServerIpcCreateSessionServer() local
172 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_REMOVE_SESSION_SERVER, &request, &ret, ProxyCallback); in ServerIpcRemoveSessionServer() local
257 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_OPEN_SESSION, &request, in ServerIpcOpenSession() local
288 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_OPEN_AUTH_SESSION, &request, &ret, ProxyCallback); in ServerIpcOpenAuthSession() local
309 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_NOTIFY_AUTH_SUCCESS, &request, &ret, ProxyCallback); in ServerIpcNotifyAuthSuccess() local
330 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_RELEASE_RESOURCES, &request, &ret, ProxyCallback); ServerIpcReleaseResources() local
355 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_CLOSE_CHANNEL, &request, &ret, ProxyCallback); ServerIpcCloseChannel() local
399 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_SESSION_SENDMSG, &request, &ret, ProxyCallback); ServerIpcSendMessage() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_unit_test.cpp466 FieldPath ans; in HWTEST_F() local
510 FieldPath ans; in HWTEST_F() local
/third_party/f2fs-tools/fsck/
H A Dmain.c1227 char ans[255] = {0}; in main() local
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_getdelays.c171 } ans; in get_family_id() local
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl17.c436 int ans; in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format_test.cc60 TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, const std::string& ans) TestFormatSpecifier() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp219 std::vector<int32_t> ans; in Init() local
292 std::vector<int32_t> ans; MergeInit() local
373 VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) VlqRevCode() argument
[all...]
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.cpp230 int32_t ans = -10; in SetSource() local
248 int32_t ans = -1; in Prepare() local
264 int32_t ans = -1; in Play() local
280 bool ans in IsPlaying() local
296 int32_t ans = -1; Pause() local
312 int32_t ans = -1; Stop() local
329 int32_t ans = -1; Rewind() local
347 int32_t ans = -1; SetVolume() local
375 int32_t ans = -1; SetSurface() local
392 int32_t ans = -1; SetLoop() local
408 bool ans = false; IsSingleLooping() local
424 int32_t ans = -1; GetCurrentPosition() local
442 int32_t ans = -1; GetDuration() local
458 int32_t ans = -1; GetVideoWidth() local
475 int32_t ans = -1; GetVideoHeight() local
492 int32_t ans = -1; Reset() local
512 int32_t ans = -1; Release() local
593 uint32_t ans = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_PLAYER_CALLBACK, &io, &para, Callback); SetPlayerCallback() local
604 int32_t ans = -1; GetPlayerState() local
622 int32_t ans = -1; SetPlaybackSpeed() local
638 int32_t ans = -1; GetPlaybackSpeed() local
693 int32_t ans = -1; SetParameter() local
710 int32_t ans = -1; SetAudioStreamType() local
726 int32_t ans = -1; GetAudioStreamType() local
[all...]

Completed in 21 milliseconds

123