/foundation/arkui/napi/sample/native_module_calc/ |
H A D | napi_number.cpp | 43 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 D | test_player_exit.h | 39 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 D | demo_javascript_class.cpp | 37 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 D | wifi_randommac_helper.cpp | 89 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 D | file_path.cpp | 134 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 D | auth_session_test.cpp | 184 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 D | videodec_api11_sample.cpp | 544 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 D | frame_node_test_ng.cpp | 40 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 D | videodec_api11_sample.cpp | 677 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 D | videodec_api11_sample.cpp | 667 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 D | rs_profiler.cpp | 368 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 D | reli_test.cpp | 911 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 D | sta_state_machine.cpp | 1801 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()
|