Home
last modified time | relevance | path

Searched refs:two (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/napi/sample/native_module_calc/
H A Dnapi_number.cpp43 napi_value two = nullptr; in Export() local
48 napi_create_int32(env, TestEnum::TWO, &two); in Export()
54 DECLARE_NAPI_STATIC_PROPERTY("TWO", two), in Export()
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_player_exit.h39 TEST(Test play local source two times) in FIXTURE()
45 TEST(Test play http non live source two times) in FIXTURE()
/foundation/arkui/napi/sample/native_module_demo/
H A Ddemo_javascript_class.cpp37 napi_value two = nullptr; in DemoJavascriptClassInit() local
42 napi_create_int32(env, TestEnum::TWO, &two); in DemoJavascriptClassInit()
52 DECLARE_NAPI_STATIC_PROPERTY("TWO", two), in DemoJavascriptClassInit()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_randommac_helper.cpp89 constexpr int two = 2; in GenerateRandomMacAddressByBssid() local
108 ret = sprintf_s(strMacTmp, arraySize, "%x", two * distribution(gen)); in GenerateRandomMacAddressByBssid()
114 if ((i % two) != 0 && (i != lastBit)) { in GenerateRandomMacAddressByBssid()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp134 std::string::size_type two = 2; in DirName() local
145 newPath.path_.resize(two); in DirName()
181 uint32_t two = 2; in StripTrailingSeparatorsInternal() local
185 if (pos != start + one || lastStripped == start + two || !FilePath::IsSeparator(path_[start - one])) { in StripTrailingSeparatorsInternal()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/
H A Dauth_session_test.cpp184 int32_t TestOpenAuthSession(const ConnectionAddr *addrInfo, bool two) in TestOpenAuthSession() argument
191 if (two) { in TestOpenAuthSession()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp544 uint32_t two = 2; in PushData() local
546 bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) << EIGHT) | ((ch[two] & 0xFF) << SIXTEEN) | in PushData()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp40 auto two = FrameNode::GetFrameNode("two", 1); in HWTEST_F() local
42 EXPECT_EQ(two, nullptr); in HWTEST_F()
65 auto two = FrameNode::GetFrameNode("two", 1); in HWTEST_F() local
67 EXPECT_EQ(two, nullptr); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp677 uint32_t two = 2; in PushData() local
679 bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) << EIGHT) | ((ch[two] & 0xFF) << SIXTEEN) | in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp667 uint32_t two = 2; in PushData() local
669 bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) << EIGHT) | ((ch[two] & 0xFF) << SIXTEEN) | in PushData()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp368 constexpr int8_t two = 2; in OnFlagChangedCallback() local
370 signalFlagChanged_ = two; in OnFlagChangedCallback()
374 signalFlagChanged_ = two; in OnFlagChangedCallback()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dreli_test.cpp911 int two = 2; in CreateDemuxer() local
920 ASSERT_EQ(two, g_trackCount); in CreateDemuxer()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1801 constexpr int two = 2; in MacAddressGenerate() local
1814 ret = sprintf_s(strMacTmp, arraySize, "%x", two * distribution(gen)); in MacAddressGenerate()
1820 if ((i % two) != 0 && (i != lastBit)) { in MacAddressGenerate()

Completed in 23 milliseconds