Home
last modified time | relevance | path

Searched defs:ans (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp386 bool ans = resourceRdb.AddResourceInfo(resourceInfo); variable
445 bool ans = resourceRdb.AddResourceInfo(resourceInfo); variable
469 bool ans = manager->AddAllResourceInfo(200, variable
573 bool ans = resourceRdb.AddResourceInfo(resourceInfo); variable
602 bool ans = resourceRdb.AddResourceInfo(resourceInfo); variable
654 bool ans = resourceRdb.AddResourceInfo(resourceInfo); variable
696 bool ans = resourceRdb.AddResourceInfo(resourceInfo); variable
740 bool ans = resourceRdb.AddResourceInfo(resourceInfo); variable
1625 bool ans = OnReceiveEvent(commonData); variable
1686 bool ans = callback.OnUserIdSwitched(100, 200); variable
[all …]
/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.cpp248 int32_t ans = -1; in Prepare() local
264 int32_t ans = -1; in Play() local
280 bool ans = false; in IsPlaying() local
296 int32_t ans = -1; in Pause() local
312 int32_t ans = -1; in Stop() local
329 int32_t ans = -1; in Rewind() local
347 int32_t ans = -1; in SetVolume() local
375 int32_t ans = -1; in SetSurface() local
392 int32_t ans = -1; in SetLoop() local
408 bool ans = false; in IsSingleLooping() local
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/
H A Dams_app_mgr_client_test.cpp468 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_CRITICAL); variable
483 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_LOW); variable
498 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_MODERATE); variable
513 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_CRITICAL); variable
528 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_LOW); variable
543 auto ans = ret->NotifyMemoryLevel(MemoryLevel::MEMORY_LEVEL_MODERATE); variable
/ohos5.0/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); in ClinetOnNodeBasicInfoChanged() local
248 int32_t ans = SendRequest(svc, CLIENT_ON_TIME_SYNC_RESULT, &io, NULL, option, NULL); in ClientOnTimeSyncResult() local
278 int32_t ans = SendRequest(svc, CLIENT_ON_PUBLISH_LNN_RESULT, &io, NULL, option, NULL); in ClientOnPublishLNNResult() local
308 int32_t ans = SendRequest(svc, CLIENT_ON_REFRESH_LNN_RESULT, &io, NULL, option, NULL); in ClientOnRefreshLNNResult() local
338 int32_t ans = SendRequest(svc, CLIENT_ON_REFRESH_DEVICE_FOUND, &io, NULL, option, NULL); in ClientOnRefreshDeviceFound() local
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c287 … int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_GET_LOCAL_DEVICE_INFO, &request, &reply, in ServerIpcGetLocalDeviceInfo() local
326 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_GET_NODE_KEY_INFO, &request, &reply, in ServerIpcGetNodeKeyInfo() local
429 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_JOIN_LNN, &request, NULL, NULL); in ServerIpcJoinLNN() local
454 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_LEAVE_LNN, &request, NULL, NULL); in ServerIpcLeaveLNN() local
482 … int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_START_TIME_SYNC, &request, NULL, NULL); in ServerIpcStartTimeSync() local
508 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_STOP_TIME_SYNC, &request, NULL, NULL); in ServerIpcStopTimeSync() local
570 … int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_STOP_PUBLISH_LNN, &request, NULL, NULL); in ServerIpcStopPublishLNN() local
633 … int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_STOP_REFRESH_LNN, &request, NULL, NULL); in ServerIpcStopRefreshLNN() local
659 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_ACTIVE_META_NODE, &request, &reply, in ServerIpcActiveMetaNode() local
691 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_DEACTIVE_META_NODE, &request, in ServerIpcDeactiveMetaNode() local
[all …]
/ohos5.0/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, P… in ServerIpcCreateSessionServer() local
172 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_REMOVE_SESSION_SERVER, &request, &ret, P… 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, Proxy… in ServerIpcOpenAuthSession() local
309 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_NOTIFY_AUTH_SUCCESS, &request, &ret, Pro… in ServerIpcNotifyAuthSuccess() local
330 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_RELEASE_RESOURCES, &request, &ret, Proxy… in ServerIpcReleaseResources() local
355 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_CLOSE_CHANNEL, &request, &ret, ProxyCall… in ServerIpcCloseChannel() local
399 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_SESSION_SENDMSG, &request, &ret, ProxyCa… in ServerIpcSendMessage() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_dispatcher_impl_test.cpp377 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
396 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
416 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
441 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
461 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
487 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
507 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
528 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
548 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
578 auto ans = renderDispatcher->OnRemoteRequest(code, data, reply, option); variable
[all …]
H A Dform_render_delegate_impl_test.cpp245 auto ans = renderDelegate->OnRemoteRequest(code, data, reply, option); variable
267 auto ans = renderDelegate->OnRemoteRequest(code, data, reply, option); variable
291 auto ans = renderDelegate->OnRemoteRequest(code, data, reply, option); variable
/ohos5.0/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 = SendRequest(svc, CLIENT_ON_CHANNEL_LINKDOWN, &io, NULL, option, NULL); in ClientIpcOnChannelLinkDown() local
221 int32_t ans = SendRequest(svc, CLIENT_ON_CHANNEL_CLOSED, &io, NULL, option, NULL); in ClientIpcOnChannelClosed() local
257 int32_t ans = SendRequest(svc, CLIENT_ON_CHANNEL_MSGRECEIVED, &io, NULL, option, NULL); in ClientIpcOnChannelMsgReceived() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtransition_property.h273 std::string ans = "{type: translate"; in ToString() local
304 std::string ans = "{type: rotate"; in ToString() local
333 std::string ans = "{type: scale"; in ToString() local
364 std::string ans = "{type: opacity"; in ToString() local
390 std::string ans = "{type: move"; in ToString() local
408 std::string ans = "{type: slideSwitch"; in ToString() local
422 std::string ans = "{type: identity"; in ToString() local
449 std::string ans = "{type: asymmetric"; in ToString() local
H A Dmeasure_property.h356 MeasureProperty ans; in FromJson() local
/ohos5.0/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, ServerMultiCallba… in CallServerMulti() local
139 … int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_OP_SUB, &data, &ret, ServerSubCallback); in CallServerSub() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/deeplink_reserve_config_test/
H A Ddeeplink_reserve_config_test.cpp99 auto ans = deepLinkReserveConfig.isLinkReserved(linkString, bundleName); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp216 std::vector<int32_t> ans; in Init() local
289 std::vector<int32_t> ans; in MergeInit() local
370 bool RevSourceMap::VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) in VlqRevCode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_unit_test.cpp466 FieldPath ans; variable
510 FieldPath ans; variable
/ohos5.0/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
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp285 bool ans = true; in ParseResourceInfoByResourceManager() local
453 bool ans = true; in ParseForegroundAndBackgroundResource() local
480 bool ans = true; in ParserCloneResourceInfo() local
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp112 std::string ans = ""; in TranslateBySourceMap() local
266 std::vector<int32_t> ans; in ExtractSourceMapData() local
430 bool SourceMap::VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) in VlqRevCode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp359 std::vector<int32_t> ans; variable
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp282 uint32_t ans = proxy_->Invoke(proxy_, CAMERA_SERVER_SET_CAMERA_CALLBACK, &io, &para, Callback); in SetCameraCallback() local
H A Dcamera_service_client.cpp326 uint32_t ans = proxy_->Invoke(proxy_, CAMERA_SERVER_CREATE_CAMERA, &io, para_, Callback); in CreateCamera() local
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager4_gtest.cpp267 std::vector<std::u16string> ans; variable
315 std::vector<std::u16string> ans; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp355 std::string ans; in TranslateRawStack() local
378 std::string ans; in TranslateStack() local
437 std::string ans; in TranslateBySourceMap() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp64 NotificationDialogManager::NotificationDialogManager(AdvancedNotificationService& ans) in NotificationDialogManager()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp192 AdvancedNotificationService ans; variable

12