Home
last modified time | relevance | path

Searched refs:code (Results 1 - 25 of 3160) sorted by relevance

12345678910>>...127

/foundation/ability/ability_runtime/test/unittest/capi_ability_runtime_application_context_test/
H A Dcapi_ability_runtime_application_context_test.cpp152 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); in HWTEST_F() local
153 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
156 code = OH_AbilityRuntime_ApplicationContextGetCacheDir(nullptr, bufferSize, &writeLength); in HWTEST_F()
157 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
160 code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, bufferSize, NULL); in HWTEST_F()
161 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
163 code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, bufferSize, nullptr); in HWTEST_F()
164 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
166 code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, -1, &writeLength); in HWTEST_F()
167 ASSERT_EQ(code, ABILITY_RUNTIME_ERROR_CODE_CONTEXT_NOT_EXIS in HWTEST_F()
191 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); HWTEST_F() local
232 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(NULL, bufferSize, &writeLength); HWTEST_F() local
281 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetCacheDir(buffer, bufferSize, &writeLength); HWTEST_F() local
325 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
346 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
369 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetAreaMode(NULL); HWTEST_F() local
416 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
459 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
504 AbilityRuntime_ErrorCode code = OH_AbilityRuntime_ApplicationContextGetBundleName(NULL, bufferSize, &writeLength); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.cpp31 bool WifiCommonEventHelper::PublishEvent(const std::string &eventAction, const int &code, const std::string &data, in PublishEvent() argument
34 WIFI_LOGD("publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
40 commonData.SetCode(code); in PublishEvent()
46 WIFI_LOGE("failed to publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
52 WIFI_LOGE("failed to publish event[%{public}s], code:%{public}d", eventAction.c_str(), code); in PublishEvent()
59 bool WifiCommonEventHelper::PublishEvent(const std::string &eventAction, const int &code, const std::string &data) in PublishEvent() argument
61 WIFI_LOGD("publish event[%{public}s], code in PublishEvent()
78 PublishEvent(const std::string &eventAction, const std::string &paramKey, T paramValue, const int &code, const std::string &data) PublishEvent() argument
99 PublishWifi2PowerStateChangeEvent(const int &code, const std::string &data) PublishWifi2PowerStateChangeEvent() argument
104 PublishPowerStateChangeEvent(const int &code, const std::string &data) PublishPowerStateChangeEvent() argument
109 PublishScanFinishedEvent(const int &code, const std::string &data) PublishScanFinishedEvent() argument
114 PublishScanStateChangedEvent(const int &code, const std::string &data) PublishScanStateChangedEvent() argument
119 PublishWifiSemiStateChangedEvent(const int &code, const std::string &data) PublishWifiSemiStateChangedEvent() argument
128 PublishRssiValueChangedEvent(const std::string &pramKey, int paramValue, const int &code, const std::string &data) PublishRssiValueChangedEvent() argument
134 PublishWiTasRssiValueChangedEvent(const int &code, const std::string &data) PublishWiTasRssiValueChangedEvent() argument
139 PublishWifi2ConnStateChangedEvent(const int &code, const std::string &data) PublishWifi2ConnStateChangedEvent() argument
144 PublishConnStateChangedEvent(const int &code, const std::string &data) PublishConnStateChangedEvent() argument
149 PublishHotspotStateChangedEvent(const int &code, const std::string &data) PublishHotspotStateChangedEvent() argument
154 PublishApStaJoinEvent(const int &code, const std::string &data) PublishApStaJoinEvent() argument
159 PublishApStaLeaveEvent(const int &code, const std::string &data) PublishApStaLeaveEvent() argument
164 PublishMPlinkEvent(const int &code, const std::string &data) PublishMPlinkEvent() argument
169 PublishP2pStateChangedEvent(const int &code, const std::string &data) PublishP2pStateChangedEvent() argument
174 PublishP2pConnStateEvent(const int &code, const std::string &data) PublishP2pConnStateEvent() argument
179 PublishP2pPeersStateChangedEvent(const int &code, const std::string &data) PublishP2pPeersStateChangedEvent() argument
184 PublishP2pDicoveryStateChangedEvent(const int &code, const std::string &data) PublishP2pDicoveryStateChangedEvent() argument
189 PublishP2pCurrentDeviceStateChangedEvent(const int &code, const std::string &data) PublishP2pCurrentDeviceStateChangedEvent() argument
194 PublishP2pGroupStateChangedEvent(const int &code, const std::string &data) PublishP2pGroupStateChangedEvent() argument
199 PublishSelfcureStateChangedEvent(const int &pid, const int &code, bool isSelfCureOnGoing) PublishSelfcureStateChangedEvent() argument
[all...]
H A Dwifi_common_event_helper.h52 static bool PublishEvent(const std::string &eventAction, const int &code, const std::string &data,
55 static bool PublishEvent(const std::string &eventAction, const int &code, const std::string &data);
59 const int &code, const std::string &data);
60 static bool PublishPowerStateChangeEvent(const int &code, const std::string &data);
61 static bool PublishWifi2PowerStateChangeEvent(const int &code, const std::string &data);
62 static bool PublishScanFinishedEvent(const int &code, const std::string &data);
63 static bool PublishScanStateChangedEvent(const int &code, const std::string &data);
64 static bool PublishWifiSemiStateChangedEvent(const int &code, const std::string &data);
66 const int &code, const std::string &data);
67 static bool PublishWiTasRssiValueChangedEvent(const int &code, cons
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_record_cmd_test.cpp50 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsDestroy(recordCmdUtils); in HWTEST_F() local
51 EXPECT_EQ(code, OH_DRAWING_SUCCESS); in HWTEST_F()
52 code = OH_Drawing_RecordCmdUtilsDestroy(nullptr); in HWTEST_F()
53 EXPECT_EQ(code, OH_DRAWING_ERROR_INVALID_PARAMETER); in HWTEST_F()
69 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height, &canvas); in HWTEST_F() local
70 EXPECT_EQ(code, OH_DRAWING_SUCCESS); in HWTEST_F()
77 code = OH_Drawing_RecordCmdUtilsBeginRecording(nullptr, width, height, &canvas); in HWTEST_F()
78 EXPECT_EQ(code, OH_DRAWING_ERROR_INVALID_PARAMETER); in HWTEST_F()
80 code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height, nullptr); in HWTEST_F()
81 EXPECT_EQ(code, OH_DRAWING_ERROR_INVALID_PARAMETE in HWTEST_F()
103 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height, &canvas); HWTEST_F() local
134 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height, &canvas); HWTEST_F() local
175 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsFinishRecording(recordCmdUtils, &recordCmd); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.h31 using HandleFunc = void (WifiDeviceStub::*)(uint32_t code, IpcIo *req, IpcIo *reply);
34 virtual int OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply);
39 void OnEnableWifi(uint32_t code, IpcIo *req, IpcIo *reply);
40 void OnDisableWifi(uint32_t code, IpcIo *req, IpcIo *reply);
41 void OnInitWifiProtect(uint32_t code, IpcIo *req, IpcIo *reply);
42 void OnGetWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply);
43 void OnPutWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply);
44 void OnAddDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply);
45 void OnUpdateDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply);
46 void OnRemoveDevice(uint32_t code, IpcI
[all...]
H A Dwifi_device_stub.h36 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
42 void OnEnableWifi(uint32_t code, MessageParcel &data, MessageParcel &reply);
43 void OnDisableWifi(uint32_t code, MessageParcel &data, MessageParcel &reply);
44 void OnInitWifiProtect(uint32_t code, MessageParcel &data, MessageParcel &reply);
45 void OnGetWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply);
46 void OnPutWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply);
47 void OnIsHeldWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply);
48 void OnAddDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply);
49 void OnUpdateDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply);
50 void OnRemoveDevice(uint32_t code, MessageParce
[all...]
H A Dwifi_device_stub.cpp65 handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_SIGNAL_LEVEL)] = [this](uint32_t code, in InitHandleMapEx()
66 MessageParcel &data, MessageParcel &reply) { OnGetSignalLevel(code, data, reply); }; in InitHandleMapEx()
67 handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_SUPPORTED_FEATURES)] = [this](uint32_t code, in InitHandleMapEx()
68 MessageParcel &data, MessageParcel &reply) { OnGetSupportedFeatures(code, data, reply); }; in InitHandleMapEx()
69 handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_IPV6INFO)] = [this](uint32_t code, in InitHandleMapEx()
70 MessageParcel &data, MessageParcel &reply) { OnGetIpV6Info(code, data, reply); }; in InitHandleMapEx()
71 handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DERVICE_MAC_ADD)] = [this](uint32_t code, in InitHandleMapEx()
72 MessageParcel &data, MessageParcel &reply) { OnGetDeviceMacAdd(code, data, reply); }; in InitHandleMapEx()
73 handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_IS_WIFI_CONNECTED)] = [this](uint32_t code, in InitHandleMapEx()
74 MessageParcel &data, MessageParcel &reply) { OnIsWifiConnected(code, dat in InitHandleMapEx()
193 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
226 OnEnableWifi(uint32_t code, MessageParcel &data, MessageParcel &reply) OnEnableWifi() argument
236 OnDisableWifi(uint32_t code, MessageParcel &data, MessageParcel &reply) OnDisableWifi() argument
245 OnInitWifiProtect(uint32_t code, MessageParcel &data, MessageParcel &reply) OnInitWifiProtect() argument
262 OnGetWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetWifiProtectRef() argument
279 OnPutWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply) OnPutWifiProtectRef() argument
295 OnIsHeldWifiProtectRef(uint32_t code, MessageParcel &data, MessageParcel &reply) OnIsHeldWifiProtectRef() argument
315 OnAddDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply) OnAddDeviceConfig() argument
334 OnUpdateDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply) OnUpdateDeviceConfig() argument
553 OnRemoveDevice(uint32_t code, MessageParcel &data, MessageParcel &reply) OnRemoveDevice() argument
564 OnRemoveAllDevice(uint32_t code, MessageParcel &data, MessageParcel &reply) OnRemoveAllDevice() argument
614 OnGetDeviceConfigs(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetDeviceConfigs() argument
634 OnEnableDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply) OnEnableDeviceConfig() argument
646 OnDisableDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply) OnDisableDeviceConfig() argument
657 OnGetChangeDeviceConfig(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetChangeDeviceConfig() argument
675 OnConnectTo(uint32_t code, MessageParcel &data, MessageParcel &reply) OnConnectTo() argument
687 OnConnect2To(uint32_t code, MessageParcel &data, MessageParcel &reply) OnConnect2To() argument
699 OnStartRoamToNetwork(uint32_t code, MessageParcel &data, MessageParcel &reply) OnStartRoamToNetwork() argument
711 OnStartConnectToUserSelectNetwork(uint32_t code, MessageParcel &data, MessageParcel &reply) OnStartConnectToUserSelectNetwork() argument
723 OnIsWifiConnected(uint32_t code, MessageParcel &data, MessageParcel &reply) OnIsWifiConnected() argument
736 OnReConnect(uint32_t code, MessageParcel &data, MessageParcel &reply) OnReConnect() argument
746 OnReAssociate(uint32_t code, MessageParcel &data, MessageParcel &reply) OnReAssociate() argument
756 OnDisconnect(uint32_t code, MessageParcel &data, MessageParcel &reply) OnDisconnect() argument
766 OnStartWps(uint32_t code, MessageParcel &data, MessageParcel &reply) OnStartWps() argument
788 OnCancelWps(uint32_t code, MessageParcel &data, MessageParcel &reply) OnCancelWps() argument
798 OnIsWifiActive(uint32_t code, MessageParcel &data, MessageParcel &reply) OnIsWifiActive() argument
811 OnGetWifiState(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetWifiState() argument
824 OnIsMeteredHotspot(uint32_t code, MessageParcel &data, MessageParcel &reply) OnIsMeteredHotspot() argument
837 OnGetLinkedInfo(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetLinkedInfo() argument
878 OnGetIpInfo(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetIpInfo() argument
897 OnGetIpV6Info(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetIpV6Info() argument
918 OnSetCountryCode(uint32_t code, MessageParcel &data, MessageParcel &reply) OnSetCountryCode() argument
929 OnGetCountryCode(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetCountryCode() argument
944 OnRegisterCallBack(uint32_t code, MessageParcel &data, MessageParcel &reply) OnRegisterCallBack() argument
996 OnGetSignalLevel(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetSignalLevel() argument
1010 OnGetSupportedFeatures(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetSupportedFeatures() argument
1025 OnGetDeviceMacAdd(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetDeviceMacAdd() argument
1039 OnSetLowLatencyMode(uint32_t code, MessageParcel &data, MessageParcel &reply) OnSetLowLatencyMode() argument
1048 OnRemoveCandidateConfig(uint32_t code, MessageParcel &data, MessageParcel &reply) OnRemoveCandidateConfig() argument
1069 OnIsBandTypeSupported(uint32_t code, MessageParcel &data, MessageParcel &reply) OnIsBandTypeSupported() argument
1082 OnGet5GHzChannelList(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGet5GHzChannelList() argument
1099 OnStartPortalCertification(uint32_t code, MessageParcel &data, MessageParcel &reply) OnStartPortalCertification() argument
1108 OnGetDisconnectedReason(uint32_t code, MessageParcel &data, MessageParcel &reply) OnGetDisconnectedReason() argument
1121 OnSetFrozenApp(uint32_t code, MessageParcel& data, MessageParcel& reply) OnSetFrozenApp() argument
[all...]
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DSingleKvStoreDataPromiseJsTest.js82 console.error('beforeAll createKVManager err ' + `, error code is ${err.code}, message is ${err.message}`);
101 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
114 console.error('afterEach deleteKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
117 console.error('afterEach closeKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
136 console.error('SingleKvStorePutStringPromiseTest001 put error' + `, error code is ${error.code}, messag
[all...]
H A DDeviceKvStoreDataPromiseJsTest.js85 console.error('beforeAll createKVManager err ' + `, error code is ${err.code}, message is ${err.message}`);
91 console.error('beforeAll getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
110 console.error('beforeAll can NOT getDeviceId, fail: ' + `, error code is ${error.code}, message is ${error.message}`);
133 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
146 console.error('afterEach deleteKVStore err ' + `, error code is ${err.code}, messag
[all...]
H A DKvStoreDataResultSetJsTest.js53 console.error('beforeAll createKVManager err ' + `, error code is ${err.code}, message is ${err.message}`);
62 console.error('beforeAll deleteKVStore error ' + `, error code is ${err.code}, message is ${err.message}`);
66 console.error('beforeAll getAllKVStoreId err ' + `, error code is ${err.code}, message is ${err.message}`);
86 console.error('beforeEach getKVStore err ' + `, error code is ${err.code}, message is ${err.message}`);
103 console.error('beforeEach putBatch fail ' + `, error code is ${err.code}, messag
[all...]
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp45 int code = SET_USAGE; in HandleOpt() local
47 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, usage); in HandleOpt()
48 code = SET_BUFFER_GEOMETRY; in HandleOpt()
51 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, height, width); in HandleOpt()
52 code = SET_FORMAT; in HandleOpt()
54 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, format); in HandleOpt()
55 code = SET_STRIDE; in HandleOpt()
57 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, stride); in HandleOpt()
58 code = GET_USAGE; in HandleOpt()
60 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, in HandleOpt()
87 int code = SET_UI_TIMESTAMP; HandleOpt1() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_stub.h37 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
47 void OnEnableP2p(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
48 void OnDisableP2p(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
49 void OnDiscoverDevices(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
50 void OnStopDiscoverDevices(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
51 void OnDiscoverServices(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
52 void OnStopDiscoverServices(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
53 void OnRequestService(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
54 void OnPutLocalP2pService(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
55 void OnDeleteLocalP2pService(uint32_t code, MessageParce
[all...]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreStoreExcuteSyncJsunit.test.js74 console.error(`integrity_check failed, code:${err.code}, message: ${err.message}`);
93 console.error(`integrity_check failed, code:${err.code}, message: ${err.message}`);
115 console.error(`get user_version failed, code:${err.code}, message: ${err.message}`);
134 expect(14800021).assertEqual(err.code);
135 console.error(`execute select sql failed, code:${err.code}, message: ${err.message}`);
155 console.error(`execute select sql failed, code
[all...]
H A DRdbstoreStoreExcuteJsunit.test.js73 console.error(`integrity_check failed, code:${err.code}, message: ${err.message}`);
92 console.error(`integrity_check failed, code:${err.code}, message: ${err.message}`);
114 console.error(`get user_version failed, code:${err.code}, message: ${err.message}`);
133 expect(14800021).assertEqual(err.code);
134 console.error(`execute select sql failed, code:${err.code}, message: ${err.message}`);
154 console.error(`execute select sql failed, code
[all...]
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_stub_test.cpp75 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); in HWTEST_F() local
77 int res = windowStub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
103 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); in HWTEST_F() local
105 int res = windowStub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
127 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA); in HWTEST_F() local
129 int res = windowStub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
149 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA); in HWTEST_F() local
151 int res = windowStub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
172 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_DUMP_INFO); in HWTEST_F() local
174 int res = windowStub_->OnRemoteRequest(code, dat in HWTEST_F()
192 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_DUMP_INFO); HWTEST_F() local
215 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_CLIENT_POINT_UP); HWTEST_F() local
234 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_CLIENT_POINT_UP); HWTEST_F() local
253 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_FOREGROUND_INTERACTIVE_STATUS); HWTEST_F() local
268 uint32_t code = 0; HWTEST_F() local
287 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); HWTEST_F() local
327 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); HWTEST_F() local
371 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT); HWTEST_F() local
389 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_MODE); HWTEST_F() local
407 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_MODE_SUPPORT_INFO); HWTEST_F() local
425 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_FOCUS_STATUS); HWTEST_F() local
443 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_AVOID_AREA); HWTEST_F() local
461 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_STATE); HWTEST_F() local
482 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_DRAG_EVENT); HWTEST_F() local
500 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_DISPLAY_ID); HWTEST_F() local
518 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_OCCUPIED_AREA); HWTEST_F() local
536 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_OCCUPIED_AREA_AND_RECT); HWTEST_F() local
554 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_ACTIVE_STATUS); HWTEST_F() local
572 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_GET_WINDOW_PROPERTY); HWTEST_F() local
590 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_OUTSIDE_PRESSED); HWTEST_F() local
608 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_SCREEN_SHOT); HWTEST_F() local
626 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_DESTROY); HWTEST_F() local
644 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_FOREGROUND); HWTEST_F() local
662 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_BACKGROUND); HWTEST_F() local
680 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_DUMP_INFO); HWTEST_F() local
698 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_CLIENT_POINT_UP); HWTEST_F() local
716 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_ZOOM_TRANSFORM); HWTEST_F() local
734 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_RESTORE_SPLIT_WINDOW_MODE); HWTEST_F() local
752 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_CONSUME_KEY_EVENT); HWTEST_F() local
770 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_NOTIFY_FOREGROUND_INTERACTIVE_STATUS); HWTEST_F() local
791 uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_DRAG_EVENT); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.h39 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
43 void OnIsHotspotActive(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
44 void OnGetApStateWifi(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
45 void OnGetHotspotConfig(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
46 void OnSetApConfigWifi(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
47 void OnSetApIdleTimeout(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
48 void OnGetStationList(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
49 void OnDisassociateSta(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
50 void OnEnableWifiAp(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
51 void OnDisableWifiAp(uint32_t code, MessageParce
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_ffi.cpp92 RetDataI64 ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = 0 }; in FfiOHOSFileFsStatByID()
96 ret.code = state; in FfiOHOSFileFsStatByID()
101 ret.code = state; in FfiOHOSFileFsStatByID()
109 RetDataI64 ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = 0 }; in FfiOHOSFileFsStatByString()
113 ret.code = state; in FfiOHOSFileFsStatByString()
118 ret.code = state; in FfiOHOSFileFsStatByString()
126 RetDataI64 ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = 0 }; in FfiOHOSFileFsCreateStream()
128 ret.code = state; in FfiOHOSFileFsCreateStream()
142 RetDataI64 ret = { .code = ERR_INVALID_INSTANCE_CODE, .data = 0 }; in FfiOHOSFileFsFdopenStream()
144 ret.code in FfiOHOSFileFsFdopenStream()
340 auto code = FileFsImpl::Mkdir(path, recursion, isTwoArgs); FfiOHOSFileFsMkdir() local
348 auto code = FileFsImpl::Rmdir(path); FfiOHOSFileFsRmdir() local
364 auto code = FileFsImpl::Rename(oldFile, newFile); FfiOHOSFileFsRename() local
372 auto code = FileFsImpl::Unlink(path); FfiOHOSFileFsUnlink() local
473 auto code = FileFsImpl::Truncate(file, len); FfiOHOSFileFsTruncateByString() local
481 auto code = FileFsImpl::Truncate(file, len); FfiOHOSFileFsTruncateByFd() local
589 auto code = FileFsImpl::Utimes(path, mtime); FfiOHOSFileFsUtimes() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rstransaction_fuzzer/
H A Drstransaction_fuzzer.cpp60 uint32_t code = GetData<uint32_t>(); in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest001() local
63 verifier.IsExclusiveVerificationPassed(code); in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest001()
67 verifier.IsAccessTimesVerificationPassed(code, times); in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest001()
84 uint32_t code = static_cast<CodeUnderlyingType>( in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest002() local
86 verifier.IsExclusiveVerificationPassed(code); in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest002()
87 code = static_cast<CodeUnderlyingType>( in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest002()
89 verifier.IsExclusiveVerificationPassed(code); in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest002()
90 code = static_cast<CodeUnderlyingType>( in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest002()
92 verifier.IsExclusiveVerificationPassed(code); in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest002()
93 code in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest002()
[all...]
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp27 static bool CheckOptSoverloaded(const struct DhcpPacket *packet, int code, int maxLen, int *over, int *index) in CheckOptSoverloaded() argument
36 DHCP_LOGW("CheckOptSoverloaded code:%{public}d,*index:%{public}d more than max bytes:%{public}d!", in CheckOptSoverloaded()
37 code, *index, maxLen); in CheckOptSoverloaded()
45 /* Check packet options based on the code and index. */
46 static int CheckOptionsData(const struct DhcpPacket *packet, int code, int index, int maxLen) in CheckOptionsData() argument
54 DHCP_LOGW("CheckOptionsData code:%{public}d,index:%{public}d more than max bytes:%{public}d!", in CheckOptionsData()
55 code, index, maxLen); in CheckOptionsData()
60 if (pOption[index + DHCP_OPT_CODE_INDEX] != code) { in CheckOptionsData()
65 DHCP_LOGW("CheckOptionsData failed, options data too long, code:%{public}d,index:%{public}d!", code, inde in CheckOptionsData()
73 GetDhcpOptionCodeType(const uint8_t code) GetDhcpOptionCodeType() argument
118 GetDhcpOptionDataLen(const uint8_t code) GetDhcpOptionDataLen() argument
153 GetDhcpOption(const struct DhcpPacket *packet, int code, size_t *length) GetDhcpOption() argument
206 GetDhcpOptionUint8(const struct DhcpPacket *packet, int code, uint8_t *data) GetDhcpOptionUint8() argument
226 GetDhcpOptionUint32(const struct DhcpPacket *packet, int code, uint32_t *data) GetDhcpOptionUint32() argument
250 GetDhcpOptionUint32n(const struct DhcpPacket *packet, int code, uint32_t *data1, uint32_t *data2) GetDhcpOptionUint32n() argument
284 GetDhcpOptionString(const struct DhcpPacket *packet, int code) GetDhcpOptionString() argument
349 AddOptValueToOpts(uint8_t *pOpts, uint8_t code, uint32_t value) AddOptValueToOpts() argument
[all...]
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_stub_test.cpp78 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
81 int res = stub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
98 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
101 int res = stub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
118 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
121 int res = stub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
138 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
141 int res = stub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
158 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
161 int res = stub_->OnRemoteRequest(code, dat in HWTEST_F()
178 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
198 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
218 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
238 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
258 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
278 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
298 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
318 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
338 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
358 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
378 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
398 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
418 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
438 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
458 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
478 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
498 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
518 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
538 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
558 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
578 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
598 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
618 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
638 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
658 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
678 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
698 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
718 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
738 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
758 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
778 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
798 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
818 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
838 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
858 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
878 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
898 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
918 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
938 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
958 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
978 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
998 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp36 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
37 return OnRegisterCallBack(code, data, reply, option); in InitHandleMap()
40 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
41 return OnStartDhcpServer(code, data, reply, option); in InitHandleMap()
44 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
45 return OnStopDhcpServer(code, data, reply, option); in InitHandleMap()
48 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
49 return OnSetDhcpRange(code, data, reply, option); in InitHandleMap()
52 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
53 return OnSetDhcpName(code, dat in InitHandleMap()
77 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
108 OnRegisterCallBack(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRegisterCallBack() argument
133 OnStartDhcpServer(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnStartDhcpServer() argument
148 OnStopDhcpServer(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnStopDhcpServer() argument
159 OnSetDhcpName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnSetDhcpName() argument
170 OnSetDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnSetDhcpRange() argument
187 OnRemoveAllDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoveAllDhcpRange() argument
197 OnRemoveDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoveDhcpRange() argument
214 OnGetDhcpClientInfos(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnGetDhcpClientInfos() argument
236 OnUpdateLeasesTime(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnUpdateLeasesTime() argument
247 OnPutDhcpRange(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnPutDhcpRange() argument
[all...]
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_stub_test.cpp80 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
83 int res = stub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
104 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
107 int res = stub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
128 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
131 int res = stub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
152 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
155 int res = stub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
176 uint32_t code = static_cast<uint32_t>( in HWTEST_F() local
179 int res = stub_->OnRemoteRequest(code, dat in HWTEST_F()
200 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
224 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
248 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
272 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
296 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
320 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
344 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
368 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
392 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
416 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
440 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
464 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
488 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
512 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
536 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
560 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
584 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
608 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
632 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
656 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
680 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
704 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
728 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
752 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
776 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
796 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
815 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
834 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
853 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
875 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
893 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
912 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
931 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
950 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
969 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
988 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1007 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1026 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1045 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1064 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1083 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1102 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1121 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1140 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1159 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1178 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1197 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1216 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1235 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1254 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1272 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1293 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1315 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1334 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1356 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1380 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1399 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1424 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1444 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1464 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1485 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1506 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1526 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1546 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1566 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1590 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1612 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1642 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1664 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1683 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1702 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1721 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1740 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1759 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1778 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1797 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1816 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1835 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1855 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1875 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1895 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1915 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1934 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1954 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1974 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
1995 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2016 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2035 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2056 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2075 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2097 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2121 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2140 uint32_t code = static_cast<uint32_t>(3500); HWTEST_F() local
2161 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2182 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2201 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2220 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2239 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2265 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2288 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2307 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2326 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2345 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2364 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2383 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2402 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2421 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2439 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2460 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2482 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2508 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2528 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2550 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2572 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2592 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2614 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2636 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2658 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2683 uint32_t code = HWTEST_F() local
2701 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2725 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2743 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2767 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2791 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2812 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
2834 uint32_t code = static_cast<uint32_t>( HWTEST_F() local
[all...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/cj_ffi/
H A Dcj_common_ffi.h35 int32_t code; member
40 int32_t code; member
45 int32_t code; member
50 int32_t code; member
55 uint32_t code; member
60 uint32_t code; member
65 int32_t code; member
80 int32_t code; member
90 int32_t code; member
100 int32_t code; member
110 int32_t code; global() member
120 int32_t code; global() member
[all...]
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_stub_lite.h31 virtual int OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply);
34 int CheckInterfaceToken(uint32_t code, IpcIo *req);
35 int OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply);
36 int OnStartDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply);
37 int OnStopDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply);
38 int OnSetDhcpName(uint32_t code, IpcIo *req, IpcIo *reply);
39 int OnSetDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply);
40 int OnRemoveAllDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply);
41 int OnRemoveDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply);
42 int OnGetDhcpClientInfos(uint32_t code, IpcI
[all...]
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_stub.h65 * @return Returns {@link ERR_NONE} if the dump is successful; returns an error code
73 * @param code Indicates the service request code sent from the peer end.
77 * @return Returns {@link ERR_NONE} if the operation is successful; returns an error code
81 virtual int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
85 * @param code Indicates the message code of the request.
89 * @return Returns {@link ERR_NONE} if the operation is successful; returns an error code
93 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
171 * @param code Indicate
[all...]

Completed in 14 milliseconds

12345678910>>...127