Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 20 of 20) sorted by relevance

/base/security/security_guard/services/data_collect/sa/
Ddata_collect_manager_stub.cpp70 uint32_t expected = sizeof(uint64_t); in HandleStartCmd() local
97 uint32_t expected = sizeof(uint64_t); in HandleStopCmd() local
124 uint32_t expected = sizeof(int64_t); in HandleDataCollectCmd() local
141 const uint32_t expected = 4; in HandleDataRequestCmd() local
161 uint32_t expected = sizeof(uint64_t); in HandleDataSubscribeCmd() local
188 uint32_t expected = sizeof(uint64_t); in HandleDataUnsubscribeCmd() local
208 uint32_t expected = sizeof(uint32_t); in HandleSecurityEventQueryCmd() local
250 uint32_t expected = sizeof(uint64_t); in HandleConfigUpdateCmd() local
/base/security/security_guard/services/security_collector/src/
Dsecurity_collector_manager_stub.cpp59 uint32_t expected = sizeof(uint64_t); in HandleSubscribeCmd() local
85 uint32_t expected = sizeof(uint64_t); in HandleUnsubscribeCmd() local
106 uint32_t expected = sizeof(uint64_t); in HandleStartCmd() local
132 uint32_t expected = sizeof(uint64_t); in HandleStopCmd() local
158 uint32_t expected = sizeof(uint32_t); in HandleSecurityEventQueryCmd() local
/base/telephony/cellular_data/test/
Dapn_manager_test.cpp110 int32_t expected = DATA_CONTEXT_ROLE_DEFAULT_ID; variable
123 int32_t expected = DATA_CONTEXT_ROLE_MMS_ID; variable
136 int32_t expected = DATA_CONTEXT_ROLE_INTERNAL_DEFAULT_ID; variable
149 int32_t expected = DATA_CONTEXT_ROLE_IA_ID; variable
162 int32_t expected = DATA_CONTEXT_ROLE_XCAP_ID; variable
175 int32_t expected = DATA_CONTEXT_ROLE_SUPL_ID; variable
188 int32_t expected = DATA_CONTEXT_ROLE_DUN_ID; variable
201 int32_t expected = DATA_CONTEXT_ROLE_INVALID_ID; variable
/base/security/security_guard/services/risk_classify/src/
Drisk_analysis_manager_stub.cpp51 uint32_t expected = sizeof(uint32_t); in HandleGetSecurityModelResult() local
74 uint32_t expected = sizeof(uint32_t) + sizeof(bool); in HandleSetModelState() local
/base/update/updater/test/unittest/diffpatch/
Ddiffpatch_unittest.cpp56 std::string expected = GeneraterHash(TEST_PATH_FROM + newFile); in BlockDiffPatchTest() local
73 std::string expected = GeneraterHash(TEST_PATH_FROM + newFile); in ImgageDiffPatchFileTest() local
80 const std::string &expected, UpdatePatch::UpdateApplyPatch::ImageProcessor writer) const in TestApplyPatch() argument
122 std::string expected = GeneraterHash(TEST_PATH_FROM + newFile); in ImgageDiffPatchFileTest2() local
203 std::string expected = GeneraterHash(TEST_PATH_FROM + newFile); in BlockDiffPatchTest2() local
/base/msdp/device_status/test/unittest/intention/common/src/
Dchannel_test.cpp60 for (size_t expected = 0; expected < count;) { variable
92 for (size_t expected = 0; expected < count; ++expected) { variable
/base/security/security_guard/interfaces/inner_api/acquire/src/
Dacquire_data_manager_callback_stub.cpp31 uint32_t expected = sizeof(uint32_t); in OnRemoteRequest() local
/base/security/security_guard/interfaces/inner_api/collector/src/
Dsecurity_collector_manager_callback_stub.cpp31 uint32_t expected = sizeof(uint64_t); in OnRemoteRequest() local
/base/security/security_guard/interfaces/inner_api/classify/src/
Drisk_analysis_manager_callback_stub.cpp31 uint32_t expected = sizeof(uint32_t); in OnRemoteRequest() local
/base/security/security_guard/interfaces/inner_api/data_collect_manager/src/
Ddata_collect_manager_callback_stub.cpp31 uint32_t expected = sizeof(uint32_t); in OnRemoteRequest() local
/base/print/print_fwk/test/unittest/others/
Dprint_usb_manager_other_test.cpp370 std::string expected = "printer"; in HWTEST_F() local
377 std::string expected = ""; in HWTEST_F() local
384 std::string expected = "!@#$%^&*()"; in HWTEST_F() local
391 std::string expected = "1234567890"; in HWTEST_F() local
398 std::string expected = "ThisIsALongNameForAPrinter"; in HWTEST_F() local
/base/msdp/device_status/rust/modules/scheduler/test/src/
Dlib.rs189 let expected = hash(param); in test_post_sync_task() localVariable
203 let expected = hash(param); in test_post_async_task() localVariable
256 let expected = hash(param); in test_post_blocking_task() localVariable
/base/hiviewdfx/hilog/test/moduletest/common/
Dadapter_test.cpp88 static const std::array<uint16_t, 10> expected = { variable
/base/update/updater/test/unittest/updater_ui_test/strategy/
Dui_strategy_unittest.cpp71 std::unordered_map<std::string, Updater::UiStrategyCfg> expected {}; variable
/base/update/updater/services/diffpatch/patch/
Dupdate_patch.cpp28 ImageProcessor writer, const std::string& expected) in ApplyImagePatch()
162 const BlockBuffer &oldInfo, ImageProcessor writer, const std::string& expected) in ApplyBlockPatch()
/base/update/updater/services/include/patch/
Dupdate_patch.h88 const std::string &expected, const std::string &partitionName) : UpdatePatchWriter(), in ImagePatchWriter()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_page_manager_unittest.cpp116 inline bool CheckResult(const std::vector<std::string> &expected, std::vector<std::string> &&checke… in CheckResult()
Dui_layout_unittest.cpp174 …UxViewInfo expected { UxViewCommonInfo { 1280, 0, 800, 200, "Label_RebootToNormalSystem", "UILabel… variable
/base/security/device_security_level/services/sa/standard/
Ddslm_ipc_process.cpp66 uint32_t expected = sizeof(DeviceIdentify) + sizeof(RequestOption) + sizeof(uint32_t); in DslmGetRequestFromParcel() local
/base/update/updater/services/applypatch/
Dblock_set.cpp208 …t::VerifySha256(const std::vector<uint8_t> &buffer, const size_t size, const std::string &expected) in VerifySha256()