/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service_stub.cpp | 413 int32_t result = SetResolverConfig(netId, baseTimeoutMsec, retryCount, servers, domains); in CmdSetResolverConfig() local 429 int32_t result = GetResolverConfig(netId, servers, domains, baseTimeoutMsec, retryCount); in CmdGetResolverConfig() local 462 int32_t result = CreateNetworkCache(netid); in CmdCreateNetworkCache() local 472 int32_t result = DestroyNetworkCache(netId); CmdDestroyNetworkCache() local 550 int32_t result = SetInterfaceMtu(ifName, mtu); CmdSetInterfaceMtu() local 560 int32_t result = GetInterfaceMtu(ifName); CmdGetInterfaceMtu() local 570 int32_t result = SetTcpBufferSizes(tcpBufferSizes); CmdSetTcpBufferSizes() local 587 int32_t result = RegisterNotifyCallback(callback); CmdRegisterNotifyCallback() local 602 int32_t result = UnRegisterNotifyCallback(callback); CmdUnRegisterNotifyCallback() local 616 int32_t result = NetworkAddRoute(netId, ifName, destination, nextHop); CmdNetworkAddRoute() local 631 int32_t result = NetworkRemoveRoute(netId, interfaceName, destination, nextHop); CmdNetworkRemoveRoute() local 645 int32_t result = NetworkAddRouteParcel(netId, routeInfo); CmdNetworkAddRouteParcel() local 660 int32_t result = NetworkRemoveRouteParcel(netId, routeInfo); CmdNetworkRemoveRouteParcel() local 671 int32_t result = NetworkSetDefault(netId); CmdNetworkSetDefault() local 680 int32_t result = NetworkGetDefault(); CmdNetworkGetDefault() local 689 int32_t result = NetworkClearDefault(); CmdNetworkClearDefault() local 704 int32_t result = GetProcSysNet(family, which, ifname, parameter, value); CmdGetProcSysNet() local 718 int32_t result = SetProcSysNet(family, which, ifname, parameter, value); CmdSetProcSysNet() local 730 int32_t result = SetInternetPermission(uid, allow, isBroker); CmdSetInternetPermission() local 741 int32_t result = NetworkCreatePhysical(netId, permission); CmdNetworkCreatePhysical() local 757 int32_t result = NetworkCreateVirtual(netId, hasDns); CmdNetworkCreateVirtual() local 785 int32_t result = NetworkAddUids(netId, uidRanges); CmdNetworkAddUids() local 814 int32_t result = NetworkDelUids(netId, uidRanges); CmdNetworkDelUids() local 828 int32_t result = AddInterfaceAddress(interfaceName, ipAddr, prefixLength); CmdAddInterfaceAddress() local 841 int32_t result = 0; CmdDelInterfaceAddress() local 861 int32_t result = EnableWearableDistributedNetForward(tcpPort, udpPort); CmdEnableWearableDistributedNetForward() local 872 int32_t result = DisableWearableDistributedNetForward(); CmdDisableWearableDistributedNetForward() local 886 int32_t result = InterfaceSetIpAddress(ifaceName, ipAddress); CmdInterfaceSetIpAddress() local 897 int32_t result = InterfaceSetIffUp(ifaceName); CmdInterfaceSetIffUp() local 910 int32_t result = NetworkAddInterface(netId, iface, netBearerType); CmdNetworkAddInterface() local 921 int32_t result = NetworkRemoveInterface(netId, iface); CmdNetworkRemoveInterface() local 931 int32_t result = NetworkDestroy(netId); CmdNetworkDestroy() local 961 int32_t result = CreateVnic(mtu, tunAddr, prefix, uids); CmdCreateVnic() local 970 int32_t result = DestroyVnic(); CmdDestroyVnic() local 982 int32_t result = EnableDistributedClientNet(virnicAddr, iif); CmdEnableDistributedClientNet() local 995 int32_t result = EnableDistributedServerNet(iif, devIface, dstAddr); CmdEnableDistributedServerNet() local 1006 int32_t result = DisableDistributedNet(isServer); CmdDisableDistributedNet() local 1019 int32_t result = GetFwmarkForNetwork(netId, markMaskParcel); CmdGetFwmarkForNetwork() local 1040 int32_t result = SetInterfaceConfig(cfg); CmdSetInterfaceConfig() local 1052 int32_t result = GetInterfaceConfig(cfg); CmdGetInterfaceConfig() local 1076 int32_t result = InterfaceGetList(ifaces); CmdInterfaceGetList() local 1092 int32_t result = StartDhcpClient(iface, bIpv6); CmdStartDhcpClient() local 1102 int32_t result = StopDhcpClient(iface, bIpv6); CmdStopDhcpClient() local 1112 int32_t result = StartDhcpService(iface, ipv4addr); CmdStartDhcpService() local 1121 int32_t result = StopDhcpService(iface); CmdStopDhcpService() local 1130 int32_t result = IpEnableForwarding(requester); CmdIpEnableForwarding() local 1139 int32_t result = IpDisableForwarding(requester); CmdIpDisableForwarding() local 1149 int32_t result = EnableNat(downstreamIface, upstreamIface); CmdEnableNat() local 1159 int32_t result = DisableNat(downstreamIface, upstreamIface); CmdDisableNat() local 1169 int32_t result = IpfwdAddInterfaceForward(fromIface, toIface); CmdIpfwdAddInterfaceForward() local 1179 int32_t result = IpfwdRemoveInterfaceForward(fromIface, toIface); CmdIpfwdRemoveInterfaceForward() local 1188 int32_t result = BandwidthEnableDataSaver(enable); CmdBandwidthEnableDataSaver() local 1198 int32_t result = BandwidthSetIfaceQuota(ifName, bytes); CmdBandwidthSetIfaceQuota() local 1207 int32_t result = BandwidthRemoveIfaceQuota(ifName); CmdBandwidthRemoveIfaceQuota() local 1216 int32_t result = BandwidthAddDeniedList(uid); CmdBandwidthAddDeniedList() local 1224 int32_t result = BandwidthRemoveDeniedList(uid); CmdBandwidthRemoveDeniedList() local 1233 int32_t result = BandwidthAddAllowedList(uid); CmdBandwidthAddAllowedList() local 1242 int32_t result = BandwidthRemoveAllowedList(uid); CmdBandwidthRemoveAllowedList() local 1258 int32_t result = FirewallSetUidsAllowedListChain(chain, uids); CmdFirewallSetUidsAllowedListChain() local 1274 int32_t result = FirewallSetUidsDeniedListChain(chain, uids); CmdFirewallSetUidsDeniedListChain() local 1284 int32_t result = FirewallEnableChain(chain, enable); CmdFirewallEnableChain() local 1296 int32_t result = FirewallSetUidRule(chain, uids, firewallRule); CmdFirewallSetUidRule() local 1305 int32_t result = ShareDnsSet(netId); CmdShareDnsSet() local 1314 int32_t result = StartDnsProxyListen(); CmdStartDnsProxyListen() local 1323 int32_t result = StopDnsProxyListen(); CmdStopDnsProxyListen() local 1336 int32_t result = GetNetworkSharingTraffic(downIface, upIface, traffic); CmdGetNetworkSharingTraffic() local 1349 int32_t result = GetTotalStats(stats, type); CmdGetTotalStats() local 1366 int32_t result = GetUidStats(stats, type, uId); CmdGetUidStats() local 1383 int32_t result = GetIfaceStats(stats, type, interfaceName); CmdGetIfaceStats() local 1398 int32_t result = GetAllSimStatsInfo(stats); CmdGetAllSimStatsInfo() local 1425 int32_t result = GetAllStatsInfo(stats); CmdGetAllStatsInfo() local 1459 int32_t result = SetIptablesCommandForRes(cmd, respond, ipType); CmdSetIptablesCommandForRes() local 1486 int32_t result = NetDiagPingHost(pingOption, callback); CmdNetDiagPingHost() local 1497 int32_t result = NetDiagGetRouteTable(routeTables); CmdNetDiagGetRouteTable() local 1531 int32_t result = NetDiagGetSocketsInfo(static_cast<NetDiagProtocolType>(socketType), socketsInfo); CmdNetDiagGetSocketsInfo() local 1553 int32_t result = NetDiagGetInterfaceConfig(configList, ifaceName); CmdNetDiagGetInterfaceConfig() local 1599 int32_t result = NetDiagUpdateInterfaceConfig(config, ifaceName, add); CmdNetDiagUpdateInterfaceConfig() local 1621 int32_t result = NetDiagSetInterfaceActiveState(ifaceName, up); CmdNetDiagSetInterfaceActiveState() local 1649 int32_t result = AddStaticArp(ipAddr, macAddr, ifName); CmdAddStaticArp() local 1679 int32_t result = DelStaticArp(ipAddr, macAddr, ifName); CmdDelStaticArp() local 1691 int32_t result = NETMANAGER_SUCCESS; CmdRegisterDnsResultListener() local 1720 int32_t result = NETMANAGER_SUCCESS; CmdUnregisterDnsResultListener() local 1743 int32_t result = NETMANAGER_SUCCESS; CmdRegisterDnsHealthListener() local 1766 int32_t result = NETMANAGER_SUCCESS; CmdUnregisterDnsHealthListener() local 1802 int32_t result = GetCookieStats(stats, type, cookie); CmdGetCookieStats() local 1948 int32_t result = NETMANAGER_SUCCESS; CmdRegisterNetFirewallCallback() local 1967 int32_t result = NETMANAGER_SUCCESS; CmdUnRegisterNetFirewallCallback() local 1990 int32_t result = SetIpv6PrivacyExtensions(interfaceName, on); CmdSetIpv6PrivacyExtensions() local 2002 int32_t result = SetEnableIpv6(interfaceName, on); CmdSetIpv6Enable() local 2040 int32_t result = SetNetworkAccessPolicy(uid, policy, reconfirmFlag, isBroker); CmdSetNetworkAccessPolicy() local 2053 int32_t result = DeleteNetworkAccessPolicy(uid); CmdDelNetworkAccessPolicy() local 2077 int32_t result = NotifyNetBearerTypeChange(bearerTypes); CmdNotifyNetBearerTypeChange() local 2108 int32_t result = StartClat(interfaceName, netId, nat64PrefixStr); CmdStartClat() local 2130 int32_t result = StopClat(interfaceName); CmdStopClat() local 2141 int32_t result = ClearFirewallAllRules(); CmdClearFirewallAllRules() local 2174 int32_t result = SetNicTrafficAllowed(ifaceNames, status); CmdSetNicTrafficAllowed() local 2195 int32_t result = ProcessVpnStage(static_cast<NetsysNative::SysVpnStageCode>(stage)); CmdProcessVpnStage() local 2209 int32_t result = CloseSocketsUid(ipAddr, uid); CmdCloseSocketsUid() local [all...] |
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 1076 int32_t result = BleReuseConnectionCommon(ctx->udid, anomizeAddress, ctx->protocol); BleReuseConnectionRequestOnConnectingState() local 1734 BleConnectDevice(const ConnectOption *option, uint32_t requestId, const ConnectResult *result) BleConnectDevice() argument 2089 int32_t result = g_bleManager.state->reuseConnectionRequest(&ctx); ConflictReuseConnection() local 2255 int32_t result = SOFTBUS_CONN_BLE_INTERNAL_ERR; ConflictGetConnection() local [all...] |
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tls_socket.cpp | 95 std::vector<std::string> result; in SplitEscapedAltNames() local 141 std::vector<std::string> result; in SeekIntersection() local 1347 int result = SSL_shutdown(ssl_); Close() local 1375 auto result = std::make_unique<unsigned char[]>(alpnProtocols.size() + len); SetAlpnProtocols() local 1540 CheckIpAndDnsName(const std::string &hostName, std::vector<std::string> dnsNames, std::vector<std::string> ips, const X509 *x509Certificates, std::tuple<bool, std::string> &result) CheckIpAndDnsName() argument 1643 std::tuple<bool, std::string> result; CheckServerIdentityLegal() local 1659 int result = SSL_connect(ssl_); StartShakingHands() local [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine_test.cpp | 1422 DhcpResult result; in DhcpResultNotifyOnSuccessTest1() local 2071 DhcpResult *result = nullptr; in ReplaceEmptyDnsTest() local
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 283 void PasteboardService::ReportUeCopyEvent(PasteData &pasteData, int32_t result) in ReportUeCopyEvent() argument 353 auto result = getter.first->GetRecordValueByType(recordId, value); in GetRecordValueByType() local 479 int32_t result = AccessTokenKit::VerifyAccessToken(tokenId, perm); in IsPermissionGranted() local 610 int32_t result = PrivacyKit::AddPermissionUsedRecord(info); in AddPermissionRecord() local 621 int32_t result = static_cast<int32_t>(PasteboardError::E_OK); GetData() local 830 auto result = copyTime_.Find(appInfo.userId); GetLocalData() local 907 auto result = getter.first->GetRecordValueByType(record->GetRecordId(), *entries[0]); GetDelayPasteRecord() local 1689 std::map<uint32_t, ShareOption> result; GetGlobalShareOption() local 1846 std::string result; DumpHistory() local 1868 std::string result; DumpData() local 1982 auto result = clipPlugin->GetPasteData(event, rawData); GetDistributedData() local 2118 auto result = getter.first->GetRecordValueByType(recordId, *entry); GetFullDelayPasteData() local 2261 auto result = iBundleMgr->GetApplicationInfo(info.bundleName, 0, info.userId, appInfo); GetAppLabel() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_defs.h | 400 uint16_t result; member 410 int result; member 488 uint16_t result; member [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 385 napi_value result = nullptr; in CreateJsCanvas() local 2186 napi_value result = OnDrawingImageRectWithSrc(env, argv, argc, *m_canvas, *image, srcRect, dstRect); in OnDrawImageRectWithSrc() local
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mathndk.cpp | 51 napi_value result = nullptr;
in LLround() local 63 napi_value result = nullptr;
in LLroundf() local 76 napi_value result = nullptr;
in LLroundl() local 89 napi_value result in LLrint() local 101 napi_value result = nullptr; LLrintf() local 113 napi_value result = nullptr; LRintf() local 126 napi_value result = nullptr; LLrintl() local 139 napi_value result; Lgamma() local 155 napi_value result; Lgammaf() local 171 napi_value result; Lgammal() local 191 napi_value result; Lgamma_r() local 208 napi_value result; Lgammaf_r() local 225 napi_value result; Lgammal_r() local 244 napi_value result; Ldexp() local 259 napi_value result; Ldexpl() local 274 napi_value result; Ldexpf() local 287 napi_value result; J0() local 300 napi_value result; J0f() local 313 napi_value result; J1() local 326 napi_value result; J1f() local 341 napi_value result; Jn() local 356 napi_value result; Jnf() local 368 napi_value result = nullptr; ASin() local 388 napi_value result = nullptr; ASinF() local 408 napi_value result = nullptr; ASinL() local 428 napi_value result = nullptr; ASinH() local 443 napi_value result = nullptr; ASinHF() local 458 napi_value result = nullptr; ASinHL() local 473 napi_value result = nullptr; ACos() local 488 napi_value result = nullptr; ACosF() local 503 napi_value result = nullptr; ACosL() local 518 napi_value result = nullptr; ACosH() local 533 napi_value result = nullptr; ACosHL() local 548 napi_value result = nullptr; ACosHF() local 563 napi_value result = nullptr; ATan() local 584 napi_value result = nullptr; ATanF() local 606 napi_value result = nullptr; ATanL() local 628 napi_value result = nullptr; ATan2() local 645 napi_value result = nullptr; ATan2F() local 662 napi_value result = nullptr; ATan2L() local 680 napi_value result; Fmod() local 695 napi_value result; FMin() local 710 napi_value result; FMax() local 728 napi_value result; Fma() local 741 napi_value result; Floor() local 756 napi_value result; FDim() local 769 napi_value result; FAbs() local 782 napi_value result; Exp() local 797 napi_value result; CopySignL() local 812 napi_value result; CopySignF() local 827 napi_value result; CopySign() local 840 napi_value result; Erf() local 853 napi_value result = nullptr; Cos() local 866 napi_value result = nullptr; Cosh() local 879 napi_value result; Exp2() local 892 napi_value result; ExpM1() local 907 napi_value result; FmodF() local 922 napi_value result; FmodL() local 937 napi_value result; FMinF() local 952 napi_value result; FMinL() local 967 napi_value result; FMaxF() local 982 napi_value result; FMaxL() local 1000 napi_value result; FmaF() local 1018 napi_value result; FmaL() local 1031 napi_value result; FloorF() local 1044 napi_value result; FloorL() local 1059 napi_value result; FDimF() local 1074 napi_value result; FDimL() local 1087 napi_value result; FAbsL() local 1102 napi_value result; FAbsF() local 1115 napi_value result; Ceil() local 1128 napi_value result; CeilF() local 1141 napi_value result; CeilL() local 1154 napi_value result; ExpM1f() local 1167 napi_value result; ExpM1l() local 1180 napi_value result; ExpF() local 1193 napi_value result; ExpL() local 1206 napi_value result; Exp2f() local 1219 napi_value result; Exp2l() local 1232 napi_value result; ErfC() local 1245 napi_value result; ErfCf() local 1258 napi_value result; ErfCl() local 1271 napi_value result; ErfF() local 1284 napi_value result; ErfL() local 1297 napi_value result = nullptr; CosF() local 1310 napi_value result = nullptr; CosL() local 1323 napi_value result = nullptr; CosHf() local 1336 napi_value result = nullptr; CosHl() local 1353 napi_value result; doubleOutput() local 1397 double result = log1pl(input); Log1pl() local 1404 double result = log2(input); Log2() local 1411 double result = log2(input); Log2f() local 1418 double result = log2(input); Log2l() local 1425 double result = logb(input); LogB() local 1432 double result = logbf(input); LogBf() local 1439 double result = logbf(input); LogBl() local 1446 double result = logf(input); LogF() local 1453 double result = logl(input); LogL() local 1465 napi_value result = nullptr; Sin() local 1478 napi_value result = nullptr; Sinf() local 1491 napi_value result = nullptr; Sinh() local 1504 napi_value result = nullptr; Sinhf() local 1517 napi_value result = nullptr; Sinhl() local 1530 napi_value result = nullptr; Sinl() local 1543 napi_value result = nullptr; Sqrt() local 1556 napi_value result = nullptr; Sqrtf() local 1569 napi_value result = nullptr; Sqrtl() local 1585 napi_value result = nullptr; Remainder() local 1602 napi_value result = nullptr; Remainderf() local 1619 napi_value result = nullptr; Remainderl() local 1637 napi_value result = nullptr; Remquo() local 1656 napi_value result = nullptr; Remquof() local 1675 napi_value result = nullptr; Remquol() local 1689 napi_value result = nullptr; Rint() local 1703 napi_value result = nullptr; Rintf() local 1717 napi_value result = nullptr; Rintl() local 1731 napi_value result = nullptr; Round() local 1745 napi_value result = nullptr; Roundf() local 1759 napi_value result = nullptr; Roundl() local 1775 napi_value result = nullptr; Scalbln() local 1789 napi_value result = nullptr; Tan() local 1802 napi_value result = nullptr; Tanf() local 1815 napi_value result = nullptr; Tanh() local 1828 napi_value result = nullptr; Tanhf() local 1841 napi_value result = nullptr; Tanhl() local 1854 napi_value result = nullptr; Tanl() local 1867 napi_value result = nullptr; Tgamma() local 1880 napi_value result = nullptr; Tgammaf() local 1893 napi_value result = nullptr; Tgammal() local 1908 napi_value result; Scalblnl() local 1923 napi_value result; Scalbn() local 1938 napi_value result; Scalblnf() local 1953 napi_value result; Scalbnf() local 1968 napi_value result; Scalbnl() local 1981 napi_value result; Significand() local 1994 napi_value result; Significandf() local 2005 napi_value result = nullptr; ATanH() local 2020 napi_value result = nullptr; ATanHF() local 2035 napi_value result = nullptr; ATanHL() local 2048 napi_value result = nullptr; ModF() local 2061 napi_value result = nullptr; ModFf() local 2074 napi_value result = nullptr; ModFl() local 2088 napi_value result = nullptr; MRand48() local 2106 napi_value result = nullptr; Pow() local 2122 napi_value result = nullptr; Powf() local 2151 napi_value result = nullptr; Sincos() local 2175 napi_value result = nullptr; Sincosl() local 2198 napi_value result = nullptr; Sincosf() local 2213 napi_value result = nullptr; Scalb() local 2229 napi_value result = nullptr; Scalbf() local 2244 napi_value result = nullptr; Trunc() local 2258 napi_value result = nullptr; Truncf() local 2272 napi_value result = nullptr; Truncl() local 2286 napi_value result = nullptr; Y0() local 2300 napi_value result = nullptr; Y0f() local 2314 napi_value result = nullptr; Y1() local 2328 napi_value result = nullptr; Y1f() local 2343 napi_value result; Fpclassify() local 2357 napi_value result; Fpclassifyf() local 2371 napi_value result; Fpclassifyl() local 2385 napi_value result; Signbit() local 2399 napi_value result; Signbitf() local 2413 napi_value result; Signbitl() local 2425 napi_value result = nullptr; CBrt() local 2440 napi_value result = nullptr; CBrtL() local 2455 napi_value result = nullptr; CBrtF() local 2471 napi_value result = nullptr; Frexp() local 2487 napi_value result = nullptr; Frexpf() local 2503 napi_value result = nullptr; Frexpl() local 2517 napi_value result = nullptr; Powl() local 2533 napi_value result = nullptr; NextToward() local 2549 napi_value result = nullptr; NextTowardF() local 2565 napi_value result = nullptr; NextTowardL() local 2581 napi_value result = nullptr; Nextafter() local 2597 napi_value result = nullptr; Nextafterf() local 2613 napi_value result = nullptr; Nextafterl() local 2628 napi_value result = nullptr; Nearbyint() local 2641 napi_value result = nullptr; Nearbyintf() local 2654 napi_value result = nullptr; Nearbyintl() local 2669 napi_value result = nullptr; Nan() local 2685 napi_value result = nullptr; Nanf() local 2701 napi_value result = nullptr; Nanl() local 2717 napi_value result = nullptr; LRint() local 2730 napi_value result = nullptr; LRintl() local 2744 napi_value result = nullptr; LRound() local 2758 napi_value result = nullptr; LRoundf() local 2772 napi_value result = nullptr; LRoundl() local 2787 napi_value result = nullptr; HYpot() local 2804 napi_value result = nullptr; HYpotf() local 2821 napi_value result = nullptr; HYpotl() local 2835 napi_value result = nullptr; ILogb() local 2847 napi_value result = nullptr; ILogbf() local 2860 napi_value result = nullptr; ILogbl() local 2875 napi_value result; SignGam() local 2888 napi_value result = nullptr; Yn() local 2899 napi_value result = nullptr; Ynf() local [all...] |
H A D | pthreadndk.cpp | 67 napi_value result;
in intOutput() local 101 int result = TestAtFork(input);
in PThreadAtFork() local 107 int result = testAttrDestory(input);
in PThreadAttrDestory() local 129 int result = testAttrGetDetachState(input);
in PThreadAttrGetDetachState() local 151 int result in PThreadAttrGetGuardSize() local 156 int result = ERROR; TestAttrGetInheritSched() local 173 int result = TestAttrGetInheritSched(input); PThreadAttrGetInheritSched() local 195 int result = testAttrGetSchedParam(input); PThreadAttrGetSchedParam() local 217 int result = TestAttrGetSchedPolicy(input); PThreadAttrGetSchedPolicy() local 239 int result = testAttrGetScope(input); PThreadAttrGetScope() local 268 int result = TestAttrGetStack(input); PThreadAttrGetStack() local 290 int result = TestAttrGetStackSize(input); PThreadAttrGetStackSize() local 305 int result = testAttrInit(input); PThreadAttrInit() local 326 int result = testAttrSetDetachState(input); PThreadAttrSetDetachState() local 347 int result = testAttrSetGuardSize(input); PThreadAttrSetGuardSize() local 368 int result = testAttrSetInheritSched(input); PThreadAttrSetInheritSched() local 390 int result = testAttrSetSchedParam(input); PThreadAttrSetSchedParam() local 411 int result = testAttrSetSchedPolicy(input); PThreadAttrSetSchedPolicy() local 432 int result = testAttrSetScope(input); PThreadAttrSetScope() local 463 int result = testAttrSetStack(input); PThreadAttrSetStack() local 484 int result = testAttrSetStackSize(input); PThreadAttrSetStackSize() local 500 int result = TestBarrierInit(input); PThreadBarrierInit() local 523 int result = testBarrierDestroy(input); PThreadBarrierDestroy() local 562 int result = testBarrierWait(input); PThreadBarrierWait() local 577 int result = testBarrierAttrInit(input); PThreadBarrierAttrInit() local 599 int result = testBarrierAttrGetPShared(input); PThreadBarrierAttrGetPShared() local 620 int result = testBarrierAttrDestroy(input); PThreadBarrierAttrDestroy() local 641 int result = testBarrierAttrSetPShared(input); PThreadBarrierAttrSetPShared() local 658 int result = testCondInit(input); PThreadCondInit() local 676 int result = TestCondDestory(input); PThreadCondDestroy() local 691 int result = testCondBroadcast(input); PThreadCondBroadcast() local 706 int result = testCondSignal(input); PThreadCondSignal() local 736 int result = testCondWait(input); PThreadCondWait() local 766 int result = testCondTimedWait(input); PThreadCondTimedWait() local 781 int result = testCondAttrInit(input); PThreadCondAttrInit() local 800 int result = testCondAttrDestroy(input); PThreadCondAttrDestroy() local 820 int result = TestCondAttrGetClock(input); PThreadCondAttrGetClock() local 839 int result = TestCondAttrGetPShared(input); PThreadCondAttrGetPShared() local 859 int result = TestCondAttrSetClock(input); PThreadCondAttrSetClock() local 879 int result = testCondAttrSetPShared(input); PThreadCondAttrSetPShared() local 895 int result = testCreate(input); PThreadCreate() local 914 int result = testDetach(input); PThreadDetach() local 937 int result = testEqual(input); PThreadEqual() local 961 int result = testEqual2(input); PThreadEqual2() local 983 int result = testExit(input); PThreadExit() local 1003 int result = testGetAttrNp(input); PThreadGetAttrNp() local 1023 int result = testGetCpuClockId(input); PThreadGetCpuClockId() local 1044 int result = testGetSchedParam(input); PThreadGetSchedParam() local 1079 int result = testGetSpecific(input); PThreadGetSpecific() local 1098 int result = TestJoin(input); PThreadJoin() local 1112 int result = testKeyCreate(input); PThreadKeyCreate() local 1130 int result = testKeyDelete(input); PThreadKeyDelete() local 1155 int result = testKill(input); PThreadKill() local 1171 int result = TestMutexInit(input); PThreadMutexInit() local 1188 int result = TestMutexDestroy(input); PThreadMutexDestroy() local 1205 int result = TestMutexLock(input); PThreadMutexLock() local 1226 int result = testMutexTimedLock(input); PThreadMutexTimedLock() local 1243 int result = TestMutexTryLock(input); PThreadMutexTryLock() local 1264 int result = testMutexUnLock(input); PThreadMutexUnLock() local 1283 int result = TestMutexAttrDestroy(input); PThreadMutexAttrDestroy() local 1303 int result = testMutexAttrGetProtocol(input); PThreadMutexAttrGetProtocol() local 1323 int result = testMutexAttrGetPshared(input); PThreadMutexAttrGetPShared() local 1343 int result = TestMutexAttrGetType(input); PThreadMutexAttrGetType() local 1358 int result = TestMutexAttrInit(input); PThreadMutexAttrInit() local 1378 int result = testMutexAttrSetProtocol(input); PThreadMutexAttrSetProtocol() local 1398 int result = testMutexAttrSetPshared(input); PThreadMutexAttrSetPShared() local 1418 int result = testMutexAttrSetType(input); PThreadMutexAttrSetType() local 1450 int result = testOnce(input); PThreadOnce() local 1466 int result = testRwLockInit(input); PThreadRwLockInit() local 1486 int result = testRwLockDestroy(input); PThreadRwLockDestroy() local 1506 int result = testRwLockRdLock(input); PThreadRwLockRdLock() local 1531 int result = testRwLockTimedRdLock(input); PThreadRwLockTimedRdLock() local 1556 int result = testRwLockTimedWrLock(input); PThreadRwLockTimedWrLock() local 1576 int result = testRwLockTryRdLock(input); PThreadRwLockTryRdLock() local 1596 int result = testRwLockTryWrLock(input); PThreadRwLockTryWrLock() local 1620 int result = TestRwLockUnLock(input); PThreadRwLockUnLock() local 1640 int result = testRwLockWrLock(input); PThreadRwLockWrLock() local 1659 int result = TestRwLockAttrDestroy(input); PThreadRwLockAttrDestroy() local 1679 int result = testRwLockAttrGetPShared(input); PThreadRwLockAttrGetPShared() local 1694 int result = testRwLockAttrInit(input); PThreadRwLockAttrInit() local 1714 int result = TestRwLockAttrSetPShared(input); PThreadRwLockAttrSetPShared() local 1733 int result = TestSelf(input); PThreadSelf() local 1753 int result = testSetNameNp(input); PThreadSetNameNp() local 1775 int result = testSetSchedParam(input); PThreadSetSchedParam() local 1795 int result = testSetSchedPrio(input); PThreadSetSchedPrio() local 1828 int result = testSetSpecific(input); PThreadSetSpecific() local 1833 napi_value result = nullptr; PthreadSigmask() local 1843 napi_value result = nullptr; PthreadSpinInit() local 1854 napi_value result = nullptr; PthreadSpinDestroy() local 1865 napi_value result = nullptr; PthreadSpinLock() local 1878 napi_value result = nullptr; PthreadSpinTrylock() local 1889 napi_value result = nullptr; PthreadSpinUnlock() local [all...] |
/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/ |
H A D | audioTest.cpp | 91 OH_AudioStream_Result result = OH_AudioStreamBuilder_Create(&builder, type); in CreateAudioStreamBuilder() local 111 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateCapturer(builder, &audioCapturer); in AudioCaptureGenerate() local 126 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateCapturer(builder, &audioCapturer); in AudioCaptureGenerateErr() local 140 OH_AudioStream_Result result = OH_AudioCapturer_Start(audioCapturer); in AudioCaptureStart() local 155 OH_AudioStream_Result result = OH_AudioCapturer_Start(audioCapturer); AudioCaptureStartErr() local 170 OH_AudioStream_Result result = OH_AudioCapturer_Pause(audioCapturer); AudioCapturePause() local 184 OH_AudioStream_Result result = OH_AudioCapturer_Pause(audioCapturer); AudioCapturePauseErr() local 198 OH_AudioStream_Result result = OH_AudioCapturer_Stop(audioCapturer); AudioCaptureStop() local 211 OH_AudioStream_Result result = OH_AudioCapturer_Stop(audioCapturer); AudioCaptureStopErr() local 225 OH_AudioStream_Result result = OH_AudioCapturer_Flush(audioCapturer); AudioCaptureFlush() local 239 OH_AudioStream_Result result = OH_AudioCapturer_Flush(audioCapturer); AudioCaptureFlushErr() local 253 OH_AudioStream_Result result = OH_AudioCapturer_Release(audioCapturer); AudioCaptureRelease() local 267 OH_AudioStream_Result result = OH_AudioCapturer_Release(audioCapturer); AudioCaptureReleaseErr() local 281 OH_AudioStream_Result result = OH_AudioCapturer_GetLatencyMode(audioCapturer, &latencyMode); AudioCaptureGetParameter() local 295 OH_AudioStream_Result result = OH_AudioCapturer_GetCurrentState(audioCapturer, &state); AudioCaptureGetCurrentState() local 309 OH_AudioStream_Result result = OH_AudioCapturer_GetStreamId(audioCapturer, &streamId); AudioCaptureGetStreamId() local 323 OH_AudioStream_Result result = OH_AudioCapturer_GetSamplingRate(audioCapturer, &rate); AudioCaptureGetSamplingRate() local 337 OH_AudioStream_Result result = OH_AudioCapturer_GetSampleFormat(audioCapturer, &sampleFormat); AudioCaptureGetSampleFormat() local 351 OH_AudioStream_Result result = OH_AudioCapturer_GetEncodingType(audioCapturer, &encodingType); AudioCaptureGetEncodingType() local 365 OH_AudioStream_Result result = OH_AudioCapturer_GetCapturerInfo(audioCapturer, &sourceType); AudioCaptureGetCapturerInfo() local 383 OH_AudioStream_Result result = OH_AudioCapturer_GetTimestamp(audioCapturer, CLOCK_MONOTONIC, &framePosition, ×tamp); AudioCaptureGetTimestamp() local 399 OH_AudioStream_Result result = OH_AudioCapturer_GetFramesRead(audioCapturer, &frames); AudioCaptureGetFramesRead() local 413 OH_AudioStream_Result result = OH_AudioCapturer_GetFrameSizeInCallback(audioCapturer, &frameSize); AudioCaptureGetFrameSizeInCallback() local 436 OH_AudioStream_Result result = OH_AudioRenderer_SetSpeed(audioRenderer,speed); AudioRendererSetSpeed() local 451 OH_AudioStream_Result result = OH_AudioRenderer_GetSpeed(audioRenderer,&speed); AudioRendererGetSpeed() local 487 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererOutputDeviceChangeCallback(builder, deviceChangeCb, NULL); AudioSetRendererOutputDeviceChangeCallback() local 519 OH_AudioStream_Result result = OH_AudioRenderer_GetFramesWritten(audioRenderer, &frames); AudioRenderGetFramesWritten() local 539 OH_AudioStream_Result result = OH_AudioRenderer_GetTimestamp(audioRenderer, CLOCK_MONOTONIC, &framePosition, ×tamp); AudioRenderGetTimestamp() local 555 OH_AudioStream_Result result = OH_AudioRenderer_GetFrameSizeInCallback(audioRenderer, &frameSize); AudioRenderGetFrameSizeInCallback() local 568 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRenderGenerate() local 583 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRenderGenerateErr() local 597 OH_AudioStream_Result result = OH_AudioRenderer_Start(audioRenderer); AudioRenderStart() local 613 OH_AudioStream_Result result = OH_AudioRenderer_Start(audioRenderer); AudioRenderStartErr() local 628 OH_AudioStream_Result result = OH_AudioRenderer_Pause(audioRenderer); AudioRenderPause() local 642 OH_AudioStream_Result result = OH_AudioRenderer_Pause(audioRenderer); AudioRenderPauseErr() local 657 OH_AudioStream_Result result = OH_AudioRenderer_Stop(audioRenderer); AudioRenderStop() local 671 OH_AudioStream_Result result = OH_AudioRenderer_Stop(audioRenderer); AudioRenderStopErr() local 686 OH_AudioStream_Result result = OH_AudioRenderer_Flush(audioRenderer); AudioRenderFlush() local 701 OH_AudioStream_Result result = OH_AudioRenderer_Flush(audioRenderer); AudioRenderFlushErr() local 716 OH_AudioStream_Result result = OH_AudioRenderer_Release(audioRenderer); AudioRenderRelease() local 732 OH_AudioStream_Result result = OH_AudioRenderer_Release(audioRenderer); AudioRenderReleaseErr() local 746 OH_AudioStream_Result result = OH_AudioRenderer_GetCurrentState(audioRenderer, &state); AudioRenderGetCurrentState() local 761 OH_AudioStream_Result result = OH_AudioRenderer_GetLatencyMode(audioRenderer, &latencyMode); AudioRenderGetParameter() local 777 OH_AudioStream_Result result = OH_AudioRenderer_GetStreamId(audioRenderer, &streamId); AudioRenderGetStreamId() local 791 OH_AudioStream_Result result = OH_AudioRenderer_GetSamplingRate(audioRenderer, &rate); AudioRenderGetSamplingRate() local 806 OH_AudioStream_Result result = OH_AudioRenderer_GetSampleFormat(audioRenderer, &sampleFormat); AudioRenderGetSampleFormat() local 821 OH_AudioStream_Result result = OH_AudioRenderer_GetEncodingType(audioRenderer, &encodingType); AudioRenderGetEncodingType() local 835 OH_AudioStream_Result result = OH_AudioRenderer_GetRendererInfo(audioRenderer, &usage); AudioRenderGetRendererInfo() local 850 OH_AudioStream_Result result = OH_AudioStreamBuilder_Destroy(builder); AudioStreamBuilderSetSamplingRate() local 862 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetChannelCount(builder, channelCount); AudioStreamBuilderSetChannelCount() local 876 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetSampleFormat(builder, format); AudioStreamBuilderSetSampleFormat() local 890 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetEncodingType(builder, encodingType); AudioStreamBuilderSetEncodingType() local 907 OH_AudioStream_Result result = OH_AudioStreamBuilder_Destroy(builder); AudioStreamBuilderSetLatencyMode() local 920 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererInfo(builder, usage); AudioStreamBuilderSetRendererInfo() local 935 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetCapturerInfo(builder, sourceType); AudioStreamBuilderSetCapturerInfo() local 956 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererCallback(builder, callbacks, NULL); AudioStreamBuilderSetRendererCallback() local 979 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetCapturerCallback(builder, callbacks, NULL); AudioStreamBuilderSetCapturerCallback() local 994 OH_AudioStream_Result result = OH_AudioCapturer_GetChannelCount(audioCapturer, &channelCount); AudioCaptureGetChannelCount() local 1009 OH_AudioStream_Result result = OH_AudioRenderer_GetChannelCount(audioRenderer, &channelCount); AudioRenderGetChannelCount() local 1022 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetFrameSizeInCallback(builder, framesize); AudioStreamBuilderSetFrameSizeInCallback() local 1033 OH_AudioStream_Result result = OH_AudioRenderer_GetVolume(audioRenderer, &volume); AudioRendererGetVolume_01() local 1049 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolume_01() local 1078 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolume_02() local 1107 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolume_03() local 1143 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolume_04() local 1165 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolume_05() local 1187 OH_AudioStream_Result result = OH_AudioRenderer_SetVolume(audioRenderer, volumeSet); AudioRendererSetVolume_06() local 1202 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolumeWithRamp_01() local 1232 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolumeWithRamp_02() local 1262 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolumeWithRamp_03() local 1292 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolumeWithRamp_04() local 1322 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolumeWithRamp_05() local 1352 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolumeWithRamp_06() local 1382 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolumeWithRamp_07() local 1412 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetVolumeWithRamp_08() local 1442 OH_AudioStream_Result result = OH_AudioRenderer_SetVolumeWithRamp(audioRenderer, volumeSet, durationMs); AudioRendererSetVolumeWithRamp_09() local 1463 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetOnMarkReached_01() local 1486 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetOnMarkReached_02() local 1515 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererCallback(builder, callbacks, nullptr); AudioRendererSetOnMarkReached_03() local 1552 OH_AudioStream_Result result = OH_AudioRenderer_SetMarkPosition(audioRenderer, samplePos, callback, nullptr); AudioRendererSetOnMarkReached_04() local 1570 OH_AudioStream_Result result = OH_AudioRenderer_SetMarkPosition(audioRenderer, samplePos, callback, nullptr); AudioRendererSetOnMarkReached_05() local 1596 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererCallback(builder, callbacks, nullptr); AudioRendererSetOnMarkReached_06() local 1643 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererCallback(builder, callbacks, nullptr); AudioRendererSetOnMarkReached_07() local 1686 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererCallback(builder, callbacks, nullptr); AudioRendererSetOnMarkReached_08() local 1741 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererCallback(builder, callbacks, nullptr); AudioRendererCancelMark_01() local 1793 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererCancelMark_02() local 1812 OH_AudioStream_Result result = OH_AudioRenderer_CancelMark(audioRenderer); AudioRendererCancelMark_03() local 1860 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererInterruptMode(builder1, mode); AudioRendererSetInterruptMode_01() local 1940 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererInterruptMode(builder, mode); AudioRendererSetInterruptMode_02() local 2002 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererInterruptMode(builder, mode); AudioRendererSetInterruptMode_03() local 2018 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererInterruptMode(builder, mode); AudioRendererSetInterruptMode_04() local 2053 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioManagerGetAudioRoutingManager_01() local 2067 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetDevices_01() local 2088 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetDevices_02() local 2110 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetDevices_03() local 2132 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetDevices_04() local 2154 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetDevices_05() local 2178 OH_AudioCommon_Result result = OH_AudioRoutingManager_GetDevices(audioRoutingManager, deviceFlag, &array); AudioRoutingManagerGetDevices_06() local 2192 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetDevices_07() local 2214 OH_AudioCommon_Result result = OH_GetAudioManager(audioManager); AudioManagerGetManager_01() local 2227 OH_AudioCommon_Result result = OH_GetAudioManager(&audioManager); AudioManagerGetManager_02() local 2240 OH_AudioCommon_Result result = OH_GetAudioManager(&audioManager); AudioManagerGetAudioScene_01() local 2260 OH_AudioCommon_Result result = OH_GetAudioScene(nullptr, &scene); AudioManagerGetAudioScene_02() local 2293 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetAvailableDevices001() local 2319 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetPreferredOutputDevice001() local 2345 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerGetPreferredInputDevice001() local 2371 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerSetMicBlockStatusCallback_001() local 2392 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerSetMicBlockStatusCallback_002() local 2413 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerSetMicBlockStatusCallback_003() local 2435 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerRegisterDeviceChangeCallback_001() local 2456 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerRegisterDeviceChangeCallback_002() local 2477 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerRegisterDeviceChangeCallback_003() local 2498 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerRegisterDeviceChangeCallback_004() local 2521 OH_AudioCommon_Result result = AudioRoutingManagerRegisterDeviceChangeCallback_005() local 2536 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerRegisterDeviceChangeCallback_006() local 2557 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerRegisterDeviceChangeCallback_007() local 2579 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerRegisterDeviceChangeCallback_008() local 2601 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerUnregisterDeviceChangeCallback_001() local 2622 OH_AudioCommon_Result result = OH_AudioRoutingManager_UnregisterDeviceChangeCallback( AudioRoutingManagerUnregisterDeviceChangeCallback_002() local 2637 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerUnregisterDeviceChangeCallback_003() local 2658 OH_AudioCommon_Result result = AudioRoutingManagerReleaseDevices_001() local 2673 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioRoutingManagerReleaseDevices_002() local 2693 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceType_001() local 2730 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceType_002() local 2758 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceType(descriptor, &deviceType); AudioAudioDeviceDescriptorGetDeviceType_003() local 2773 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceRole_001() local 2811 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceRole_002() local 2840 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceRole(descriptor, &deviceRole); AudioAudioDeviceDescriptorGetDeviceRole_003() local 2854 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceId_001() local 2892 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceId_002() local 2921 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceId(descriptor, &id); AudioAudioDeviceDescriptorGetDeviceId_003() local 2935 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceName_001() local 2973 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceName_002() local 3002 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceName(descriptor, &deviceName); AudioAudioDeviceDescriptorGetDeviceName_003() local 3016 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceAddress_001() local 3054 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceAddress_002() local 3083 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceAddress(descriptor, &address); AudioAudioDeviceDescriptorGetDeviceAddress_003() local 3097 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceSampleRates_001() local 3136 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceSampleRates_002() local 3165 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceSampleRates_003() local 3196 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceSampleRates(descriptor, &sampleRates, &size); AudioAudioDeviceDescriptorGetDeviceSampleRates_004() local 3210 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceChannelCounts_001() local 3249 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceChannelCounts_002() local 3278 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceChannelCounts_003() local 3309 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceChannelCounts( AudioAudioDeviceDescriptorGetDeviceChannelCounts_004() local 3324 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceDisplayName_001() local 3362 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceDisplayName_002() local 3391 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceDisplayName(descriptor, &displayName); AudioAudioDeviceDescriptorGetDeviceDisplayName_003() local 3405 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceEncodingTypes_001() local 3444 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceEncodingTypes_002() local 3473 OH_AudioCommon_Result result = OH_AudioManager_GetAudioRoutingManager(&audioRoutingManager); AudioAudioDeviceDescriptorGetDeviceEncodingTypes_003() local 3504 OH_AudioCommon_Result result = OH_AudioDeviceDescriptor_GetDeviceEncodingTypes( AudioAudioDeviceDescriptorGetDeviceEncodingTypes_004() local 3521 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererPrivacy(builder, type); AudioAudioInternalRecordingSuccess01() local 3533 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererPrivacy(builder, type); AudioAudioInternalRecordingSuccess02() local 3556 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererPrivacy(builder, type); AudioAudioInternalRecordingFalse() local 3586 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererWriteDataCallback(builder, AudioStreamBuilderSetRendererWriteDataCallback_001() local 3600 OH_AudioStream_Result result = OH_AudioStreamBuilder_SetRendererWriteDataCallback(builder, AudioStreamBuilderSetRendererWriteDataCallback_002() local 3621 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateCapturer(builder, &audioCapturer); audioCapturerGetOverflowCount_001() local 4518 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetDefaultOutputDevice_01() local 4562 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetDefaultOutputDevice_02() local 4606 OH_AudioStream_Result result = OH_AudioStreamBuilder_GenerateRenderer(builder, &audioRenderer); AudioRendererSetDefaultOutputDevice_03() local [all...] |
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
H A D | hello.cpp | 335 napi_value result;
in GetOfflineMediaKeyIds() local 382 napi_value result; GetCertificateStatus() local 491 napi_value result; Test_MediaKeySystem_Create() local 527 napi_value result; Test_MediaKeySystem_SetConfigurationString() local 584 napi_value result; Test_MediaKeySystem_GetConfigurationString() local 646 napi_value result; Test_MediaKeySystem_SetConfigurationByteArray() local 704 napi_value result; Test_MediaKeySystem_GetConfigurationByteArray() local 770 napi_value result; Test_MediaKeySystem_GetStatistics() local 817 napi_value result; Test_MediaKeySystem_GetMaxContentProtectionLevel() local 856 napi_value result; Test_CreateMediaKeySession() local 904 napi_value result; Test_MediaKeySystem_GenerateKeySystemRequest() local 973 napi_value result; Test_MediaKeySystem_ProcessKeySystemResponse() local 1036 napi_value result; Test_MediaKeySystem_GetOfflineMediaKeyIds() local 1100 napi_value result; Test_MediaKeySystem_GetOfflineMediaKeyStatus() local 1170 napi_value result; Test_MediaKeySystem_ClearOfflineMediaKeys() local 1232 napi_value result; Test_MediaKeySystem_GetCertificateStatus() local 1274 napi_value result; Test_MediaKeySystem_Destroy() local 1310 napi_value result; Test_MediaKeySystem_SetMediaKeySystemCallback() local 1372 napi_value result; Test_MediaKeySession_GenerateMediaKeyRequest() local 1458 napi_value result; Test_MediaKeySession_ProcessMediaKeyResponse() local 1540 napi_value result; Test_MediaKeySession_CheckMediaKeyStatus() local 1605 napi_value result; Test_MediaKeySession_ClearMediaKeys() local 1663 napi_value result; Test_MediaKeySession_GetContentProtectionLevel() local 1710 napi_value result; Test_MediaKeySession_RequireSecureDecoderModule() local 1797 napi_value result; Test_MediaKeySession_SetMediaKeySessionCallback() local 1848 napi_value result; Test_MediaKeySession_GenerateOfflineReleaseRequest() local 1928 napi_value result; Test_MediaKeySession_ProcessOfflineReleaseResponse() local 1998 napi_value result; Test_MediaKeySession_RestoreOfflineMediaKeys() local 2054 napi_value result; Test_CreateMediaKeySession_multi() local 2087 napi_value result; Test_MediaKeySession_ProcessOfflineReleaseResponse_multi() local 2128 napi_value result; Test_MediaKeySystem_SetConfigurationString_multi() local 2165 napi_value result; Test_MediaKeySystem_SetCallback() local 2251 napi_value result; Test_MediaKeySession_SetCallback() local 2306 napi_value result; Test_MediaKeySystem_GetMediaKeySystems() local [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 645 char result[UTIL_LINE_SIZE]; in import_program_into_properties() local 2127 char result[UTIL_LINE_SIZE]; in udev_rules_apply_to_event() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake_opencl.c | 529 int result = 0; in estimate_affine_2d() local 683 int result = 0; in minimize_error() local
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 845 CURLcode result; in sectransp_bio_cf_in_read() local 885 CURLcode result; in sectransp_bio_cf_out_write() local 994 CURLcode result = CURLE_OK; CopyCertSubject() local 1389 CURLcode result = sectransp_version_from_curl(&darwin_ver_min, set_ssl_version_min_max() local 1722 CURLcode result = set_ssl_version_min_max(cf, data); global() local 1759 CURLcode result = set_ssl_version_min_max(cf, data); global() local 1877 CURLcode result = CopyCertSubject(data, cert, &certp); global() local 2065 CURLcode result; global() local 2199 CURLcode result; global() local 2248 CURLcode result = CURLE_PEER_FAILED_VERIFICATION; global() local 2370 CURLcode result; global() local 2409 CURLcode result = CURLE_SSL_PINNEDPUBKEYNOTMATCH; global() local 2544 CURLcode result = verify_cert(cf, data, conn_config->CAfile, global() local 2756 CURLcode result = global() local 2847 CURLcode result = CURLE_OK; global() local 2867 CURLcode result = CURLE_OK; global() local 2894 CURLcode result = ssl_config->certinfo ? global() local 2991 CURLcode result; global() local 3010 CURLcode result; global() local 3125 CURLcode result; global() local 3176 CURLcode result; global() local 3418 CURLcode result = verify_cert(cf, data, conn_config->CAfile, global() local [all...] |
/third_party/glfw/src/ |
H A D | wl_window.c | 1340 const ssize_t result = read(fds[0], string + length, readSize); in readDataOfferAsString() local 3110 const ssize_t result = write(fd, string, length); in dataSourceHandleSend() local
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 953 ssize_t result = 0, res; local 2156 ssize_t result = 0; global() local 2195 size_t result = 0; global() local 2248 size_t result = 0; global() local 2290 size_t result = 0; global() local 2341 ssize_t result = count, r; global() local [all...] |
/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 853 decodeVal (char *src, char *opt, int what, void *result, void *def) in decodeVal() argument [all...] |
H A D | epson.c | 1041 u_char result[1]; in expect_ack() local 1655 u_char result[5]; in close_scanner() local 4954 u_char result[4]; in sane_start() local 4995 u_char result[4]; sane_start() local 5140 read_data_block(Epson_Scanner * s, EpsonDataRec * result) read_data_block() argument 5276 EpsonDataRec result; sane_read() local 6123 u_char result[4]; get_identity2_information() local 6225 u_char result[4]; request_focus_position() local 6275 u_char result[4]; request_push_button_status() local [all...] |
H A D | coolscan-scsidef.h | 79 unsigned int result = 0; in getnbyte() local
|
H A D | mustek.c | 767 sense_handler (SANE_Int scsi_fd, SANE_Byte * result, void *arg) in sense_handler() argument 820 SANE_Byte result[INQ_LE in inquiry() local 906 SANE_Byte result[INQ_LEN]; attach() local 2117 SANE_Byte result[6]; get_calibration_size_pro() local 3040 SANE_Byte result[5]; line_distance() local 3220 SANE_Byte result[6]; get_image_status() local 3285 SANE_Byte result[48]; get_window() local [all...] |
H A D | pie.c | 394 sense_handler (__sane_unused__ int scsi_fd, unsigned char *result, __sane_unused__ void *arg) /* is called by sanei_scsi */
in sense_handler() argument 1646 long *result = NULL; pie_perform_cal() local [all...] |
H A D | microtek2.c | 4281 uint8_t *result; in scsi_inquiry() local 4365 uint8_t result[RSA_TRANSFERLENGTH]; scsi_read_attributes() local 4612 uint8_t result[RII_RESULT_L]; scsi_read_image_info() local 4891 uint8_t result[RSS_RESULT_L]; scsi_read_system_status() local [all...] |
H A D | umax.c | 848 static SANE_Status sense_handler(int scsi_fd, unsigned char *result, void *arg) /* is called by sanei_scsi */ in sense_handler() argument [all...] |
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 2732 int result; in compute_coefficient() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateTimePatternGenerator.java | 953 getSkeletons(Map<String, String> result) getSkeletons() argument 972 getBaseSkeletons(Set<String> result) getBaseSkeletons() argument [all...] |