| /foundation/communication/dsoftbus/tests/core/common/utils/unittest/ |
| D | sqlite3_utils_test.cpp | 90 DbContext *ctx = nullptr; variable 105 DbContext *ctx = nullptr; variable 123 DbContext *ctx = nullptr; variable 138 DbContext *ctx = nullptr; variable 162 DbContext *ctx = nullptr; variable 186 DbContext *ctx = nullptr; variable 223 DbContext *ctx = nullptr; variable 262 DbContext *ctx = nullptr; variable 301 DbContext *ctx = nullptr; variable 341 DbContext *ctx = nullptr; variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/image_provider/ |
| D | image_provider_test_ng.cpp | 87 …auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr), … variable 107 for (auto& ctx : contexts) { variable 133 …auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr), … variable 147 … auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr)); variable 170 auto ctx = variable 232 for (auto& ctx : contexts) { variable 245 for (auto& ctx : contexts) { variable 268 auto ctx = variable 297 auto ctx = variable
|
| /foundation/communication/netmanager_base/bpf/bpf_progs/ |
| D | offload.c | 21 static SEC("xdp/offload/downstream/ether") int bpf_xdp_offload_downstream_ether(struct xdp_md *ctx)… in bpf_xdp_offload_downstream_ether() 23 static SEC("xdp/offload/upstream/ether") int bpf_xdp_offload_upstream_ether(struct xdp_md *ctx) { r… in bpf_xdp_offload_upstream_ether() 25 static SEC("xdp/offload/downstream/raw") int bpf_xdp_offload_downstream_raw(struct xdp_md *ctx) { r… in bpf_xdp_offload_downstream_raw() 27 static SEC("xdp/offload/upstream/raw") int bpf_xdp_offload_upstream_raw(struct xdp_md *ctx) { retur… in bpf_xdp_offload_upstream_raw()
|
| /foundation/communication/dsoftbus/core/common/utils/ |
| D | sqlite3_utils.c | 92 NO_SANITIZE("cfi") static int32_t GetTrustedDevInfoByIdCb(DbContext *ctx, uint8_t *data, int32_t id… in GetTrustedDevInfoByIdCb() 104 static int32_t BindInsertTrustedDevInfoCb(DbContext *ctx, int32_t paraNum, uint8_t *data) in BindInsertTrustedDevInfoCb() 120 static int32_t BindSelectTrustedDevInfoCb(DbContext *ctx, int32_t paraNum, uint8_t *data) in BindSelectTrustedDevInfoCb() 130 NO_SANITIZE("cfi") static int32_t ExecuteSql(DbContext *ctx, const char *sql, uint32_t len, BindPar… in ExecuteSql() 173 NO_SANITIZE("cfi") static int32_t QueryData(DbContext *ctx, const char *sql, uint32_t len, BindPara… in QueryData() 188 NO_SANITIZE("cfi") static int32_t QueryDataNext(DbContext *ctx) in QueryDataNext() 202 static bool CheckDbContextParam(const DbContext *ctx) in CheckDbContextParam() 215 static bool CheckBindOrQueryParam(const DbContext *ctx) in CheckBindOrQueryParam() 228 NO_SANITIZE("cfi") int32_t OpenDatabase(DbContext **ctx) in OpenDatabase() 255 NO_SANITIZE("cfi") int32_t CloseDatabase(DbContext *ctx) in CloseDatabase() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
| D | gap_le_if.c | 234 static void GapLeSetRoleTask(void *ctx) in GapLeSetRoleTask() 243 GapLeSetRoleInfo *ctx = MEM_MALLOC.alloc(sizeof(GapLeSetRoleInfo)); in GAPIF_LeSetRole() local 261 static void GapLeSetStaticIdentityAddrTask(void *ctx) in GapLeSetStaticIdentityAddrTask() 270 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_LeSetStaticIdentityAddr() local 288 static void GapLeGenResPriAddrTask(void *ctx) in GapLeGenResPriAddrTask() 297 GapGeneralCallbackInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralCallbackInfo)); in GAPIF_LeGenResPriAddr() local 316 static void GapLeExAdvGetMaxDataLenTask(void *ctx) in GapLeExAdvGetMaxDataLenTask() 325 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_LeExAdvGetMaxDataLen() local 343 static void GapLeExAdvGetMaxHandleNumTask(void *ctx) in GapLeExAdvGetMaxHandleNumTask() 352 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_LeExAdvGetMaxHandleNum() local [all …]
|
| D | gap_if.c | 173 static void GapSetLocalNameTask(void *ctx) in GapSetLocalNameTask() 182 GapSetLocalNameInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetLocalNameInfo)); in GAPIF_SetLocalName() local 201 static void GapSetClassOfDeviceTask(void *ctx) in GapSetClassOfDeviceTask() 210 GapSetClassOfDeviceInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetClassOfDeviceInfo)); in GAPIF_SetClassOfDevice() local 228 static void GapSetExtendedInquiryResponseTask(void *ctx) in GapSetExtendedInquiryResponseTask() 237 …GapSetExtendedInquiryResponseInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetExtendedInquiryResponseInfo… in GAPIF_SetExtendedInquiryResponse() local 255 static void GapSetScanModeTask(void *ctx) in GapSetScanModeTask() 265 GapSetScanModeInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetScanModeInfo)); in GAPIF_SetScanMode() local 286 static void GapSetBondableModeTask(void *ctx) in GapSetBondableModeTask() 295 GapSetBondableModeInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetBondableModeInfo)); in GAPIF_SetBondableMode() local [all …]
|
| D | gap_task_common.c | 24 void GapBlockInTaskProcess(void *ctx) in GapBlockInTaskProcess() 35 NO_SANITIZE("cfi") void GapUnBlockInTaskProcess(void *ctx) in GapUnBlockInTaskProcess() 52 int GapRunTaskBlockProcess(void (*func)(void *), void *ctx) in GapRunTaskBlockProcess() argument 80 int GapRunTaskUnBlockProcess(void (*const func)(void *), void *ctx, void (*const free)(void *)) in GapRunTaskUnBlockProcess() argument
|
| D | gap_l2cap_receive.c | 28 void *ctx; member 34 void *ctx; member 37 static void GapReceiveL2capParameterUpdateReqTask(void *ctx) in GapReceiveL2capParameterUpdateReqTask() 44 uint16_t aclHandle, uint8_t id, const L2capLeConnectionParameter *param, void *ctx) in GapRecvL2capParameterUpdateReq() 65 static void GapReceiveL2capParameterUpdateRspTask(void *ctx) in GapReceiveL2capParameterUpdateRspTask() 71 static void GapRecvL2capParameterUpdateRsp(uint16_t aclHandle, uint16_t result, void *ctx) in GapRecvL2capParameterUpdateRsp()
|
| D | gap_sm_receive.c | 76 static void GapLeAuthenticationRequestTask(void *ctx) in GapLeAuthenticationRequestTask() 82 static void GapFreeLeAuthenticationRequest(void *ctx) in GapFreeLeAuthenticationRequest() 147 static void GapLePairResultTask(void *ctx) in GapLePairResultTask() 184 static void GapLeRemotePairRequestTask(void *ctx) in GapLeRemotePairRequestTask() 214 static void GapLeRemotePairResponseTask(void *ctx) in GapLeRemotePairResponseTask() 244 static void GapLeRemoteSecurityRequestTask(void *ctx) in GapLeRemoteSecurityRequestTask() 268 static void GapLeLongTermKeyRequestTask(void *ctx) in GapLeLongTermKeyRequestTask() 293 static void GapLeGenerateSignatureResultTask(void *ctx) in GapLeGenerateSignatureResultTask() 299 static void GapFreeLeGenerateSignatureResult(void *ctx) in GapFreeLeGenerateSignatureResult() 335 static void GapGenerateRPAResultTask(void *ctx) in GapGenerateRPAResultTask() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
| D | rfcomm_api.c | 26 Event *ctx = context; in RfcommInitializeTsk() local 48 Event *ctx = EventCreate(true); in RFCOMM_Startup() local 70 Event *ctx = context; in RfcommFinalizeTsk() local 94 Event *ctx = EventCreate(true); in RFCOMM_Shutdown() local 115 RfcommAssignScnInfo *ctx = context; in RfcommAssignServerNumTsk() local 144 RfcommAssignScnInfo *ctx = malloc(sizeof(RfcommAssignScnInfo)); in RFCOMM_AssignServerNum() local 175 RfcommFreeScnInfo *ctx = context; in RfcommFreeServerNumTsk() local 198 RfcommFreeScnInfo *ctx = malloc(sizeof(RfcommFreeScnInfo)); in RFCOMM_FreeServerNum() local 225 RfcommConnectDlcInfo *ctx = context; in RfcommConnectChannelTsk() local 253 RfcommConnectDlcInfo *ctx = malloc(sizeof(RfcommConnectDlcInfo)); in RFCOMM_ConnectChannel() local [all …]
|
| D | rfcomm_l2cap_if.c | 74 RfcommRecvConnectReqInfo *ctx = context; in RfcommRecvConnectReqTsk() local 90 RfcommRecvConnectReqInfo *ctx = malloc(sizeof(RfcommRecvConnectReqInfo)); in RfcommRecvConnectReqCallback() local 120 RfcommRecvConnectRspInfo *ctx = context; in RfcommRecvConnectRspTsk() local 136 RfcommRecvConnectRspInfo *ctx = malloc(sizeof(RfcommRecvConnectRspInfo)); in RfcommRecvConnectRspCallback() local 165 RfcommRecvConfigReqInfo *ctx = context; in RfcommRecvConfigReqTsk() local 180 RfcommRecvConfigReqInfo *ctx = malloc(sizeof(RfcommRecvConfigReqInfo)); in RfcommRecvConfigReqCallback() local 208 RfcommRecvConfigRspInfo *ctx = context; in RfcommRecvConfigRspTsk() local 223 RfcommRecvConfigRspInfo *ctx = malloc(sizeof(RfcommRecvConfigRspInfo)); in RfcommRecvConfigRspCallback() local 250 RfcommRecvDisconnectReqInfo *ctx = context; in RfcommRecvDisconnectReqTsk() local 265 RfcommRecvDisconnectReqInfo *ctx = malloc(sizeof(RfcommRecvDisconnectReqInfo)); in RfcommRecvDisconnectReqCallback() local [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
| D | l2cap_le_if.c | 35 L2cifLeRegisterServiceContext *ctx = NULL; in L2cifLeRegisterService() local 52 L2cifLeRegisterServiceContext *ctx = NULL; in L2CIF_LeRegisterService() local 79 L2cifLeDeregisterServiceContext *ctx = NULL; in L2cifLeDeregisterService() local 95 L2cifLeDeregisterServiceContext *ctx = NULL; in L2CIF_LeDeregisterService() local 120 L2cifLeCreditBasedConnectionReqContext *ctx = NULL; in L2cifLeCreditBasedConnectionReq() local 138 L2cifLeCreditBasedConnectionReqContext *ctx = NULL; in L2CIF_LeCreditBasedConnectionReq() local 169 L2cifLeCreditBasedConnectionRspContext *ctx = NULL; in L2cifLeCreditBasedConnectionRsp() local 186 L2cifLeCreditBasedConnectionRspContext *ctx = NULL; in L2CIF_LeCreditBasedConnectionRsp() local 214 L2cifLeDisconnectionReqContext *ctx = NULL; in L2cifLeDisconnectionReq() local 230 L2cifLeDisconnectionReqContext *ctx = NULL; in L2CIF_LeDisconnectionReq() local [all …]
|
| D | l2cap_if.c | 39 L2cifRegisterServiceContext *ctx = NULL; in L2cifRegisterService() local 55 L2cifRegisterServiceContext *ctx = NULL; in L2CIF_RegisterService() local 82 L2cifDeregisterServiceContext *ctx = NULL; in L2cifDeregisterService() local 98 L2cifDeregisterServiceContext *ctx = NULL; in L2CIF_DeregisterService() local 123 L2cifConnectReqContext *ctx = NULL; in L2cifConnectReq() local 141 L2cifConnectReqContext *ctx = NULL; in L2CIF_ConnectReq() local 172 L2cifConnectRspContext *ctx = NULL; in L2cifConnectRsp() local 189 L2cifConnectRspContext *ctx = NULL; in L2CIF_ConnectRsp() local 215 L2cifConfigReqContext *ctx = NULL; in L2cifConfigReq() local 231 L2cifConfigReqContext *ctx = NULL; in L2CIF_ConfigReq() local [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
| D | avctp_ctrl_l2cap.c | 59 …onReqCallback(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx) in AvctRecvConnectionReqCallback() 88 …ctionReqCBack(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx) in AvctRecvConnectionReqCBack() 164 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvctRecvConnectionRspCallback() 194 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvctRecvConnectionRspCBack() 233 void AvctRecvConfigReqCallback(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvctRecvConfigReqCallback() 260 void AvctRecvConfigReqCBack(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvctRecvConfigReqCBack() 307 …id AvctRecvConfigRspCallback(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvctRecvConfigRspCallback() 334 void AvctRecvConfigRspCBack(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvctRecvConfigRspCBack() 371 void AvctRecvDisconnectionReqCallback(uint16_t lcid, uint8_t id, void *ctx) in AvctRecvDisconnectionReqCallback() 398 void AvctRecvDisconnectionReqCBack(uint16_t lcid, uint8_t id, void *ctx) in AvctRecvDisconnectionReqCBack() [all …]
|
| D | avctp_br_l2cap.c | 58 uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx) in AvctBrRecvConnectionReqCallback() 88 …ctionReqCBack(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx) in AvctBrRecvConnectionReqCBack() 170 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvctBrRecvConnectionRspCallback() 200 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvctBrRecvConnectionRspCBack() 245 void AvctBrRecvConfigReqCallback(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvctBrRecvConfigReqCallback() 272 void AvctBrRecvConfigReqCBack(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvctBrRecvConfigReqCBack() 313 … AvctBrRecvConfigRspCallback(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvctBrRecvConfigRspCallback() 340 void AvctBrRecvConfigRspCBack(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvctBrRecvConfigRspCBack() 379 void AvctBrRecvDisconnectionReqCallback(uint16_t lcid, uint8_t id, void *ctx) in AvctBrRecvDisconnectionReqCallback() 408 void AvctBrRecvDisconnectionReqCBack(uint16_t lcid, uint8_t id, void *ctx) in AvctBrRecvDisconnectionReqCBack() [all …]
|
| D | avctp_br_l2cap.h | 27 void *ctx; member 35 void *ctx; member 42 void *ctx; member 49 void *ctx; member 55 void *ctx; member 60 void *ctx; member 66 void *ctx; member 72 void *ctx; member 78 void *ctx; member
|
| D | avctp_ctrl_l2cap.h | 28 void *ctx; member 36 void *ctx; member 43 void *ctx; member 50 void *ctx; member 56 void *ctx; member 61 void *ctx; member 67 void *ctx; member 73 void *ctx; member 79 void *ctx; member
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
| D | sdp.c | 206 SdpInitializeInfo *ctx = context; in SdpInitializeTask() local 228 SdpInitializeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpInitializeInfo)); in SdpStartup() local 258 Event *ctx = context; in SdpFinalizeTask() local 278 Event *ctx = EventCreate(true); in SdpShutdown() local 294 SdpServiceRecordHandle *ctx = context; in SdpCreateServiceRecordTask() local 312 SdpServiceRecordHandle *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecordHandle)); in SDP_CreateServiceRecord() local 338 SdpServiceRecord *ctx = context; in SdpDestroyServiceRecordTask() local 355 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); in SDP_DestroyServiceRecord() local 380 SdpServiceRecord *ctx = context; in SdpRegisterServiceRecordTask() local 397 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); in SDP_RegisterServiceRecord() local [all …]
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
| D | lnn_decision_db_deps_mock.cpp | 79 int32_t OpenDatabase(DbContext **ctx) in OpenDatabase() 84 int32_t CloseDatabase(DbContext *ctx) in CloseDatabase() 89 int32_t CreateTable(DbContext *ctx, TableNameID id) in CreateTable() 94 int32_t CheckTableExist(DbContext *ctx, TableNameID id, bool *isExist) in CheckTableExist() 99 int32_t RemoveRecordByKey(DbContext *ctx, TableNameID id, uint8_t *data) in RemoveRecordByKey() 104 int32_t GetRecordNumByKey(DbContext *ctx, TableNameID id, uint8_t *data) in GetRecordNumByKey() 109 int32_t EncryptedDb(DbContext *ctx, const uint8_t *password, uint32_t len) in EncryptedDb() 114 int32_t UpdateDbPassword(DbContext *ctx, const uint8_t *password, uint32_t len) in UpdateDbPassword() 119 int32_t QueryRecordByKey(DbContext *ctx, TableNameID id, uint8_t *data, uint8_t **replyInfo, int in… in QueryRecordByKey()
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
| D | avdtp_l2cap.c | 53 …ectIndCallback(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t psm, void *ctx) in AVDT_L2capConnectIndCallback() 85 …ectIndCallback(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t psm, void *ctx) in AvdtL2capConnectIndCallback() 222 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AVDT_L2capConnectCfmCallback() 255 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvdtL2capConnectCfmCallback() 345 void AVDT_L2capConfigIndCallback(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AVDT_L2capConfigIndCallback() 372 void AvdtL2capConfigIndCallback(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvdtL2capConfigIndCallback() 497 … AVDT_L2capConfigCfmCallback(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AVDT_L2capConfigCfmCallback() 524 …d AvdtL2capConfigCfmCallback(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvdtL2capConfigCfmCallback() 574 void AVDT_L2capDisconnectIndCallback(uint16_t lcid, uint8_t id, void *ctx) in AVDT_L2capDisconnectIndCallback() 601 void AvdtL2capDisconnectIndCallback(uint16_t lcid, uint8_t id, void *ctx) in AvdtL2capDisconnectIndCallback() [all …]
|
| D | avdtp_l2cap.h | 28 void *ctx; member 36 void *ctx; member 43 void *ctx; member 50 void *ctx; member 56 void *ctx; member 61 void *ctx; member 67 void *ctx; member 73 void *ctx; member
|
| /foundation/communication/dhcp/test/services/dhcp_server/unittest/ |
| D | dhcp_message_sim.cpp | 219 int SendDhcpMessage(const DhcpClientContext *ctx, PDhcpMsgInfo msg) in SendDhcpMessage() 242 int InitMessage(DhcpClientContext *ctx, PDhcpMsgInfo msg, uint8_t msgType) in InitMessage() 290 int DhcpDiscover(DhcpClientContext *ctx) in DhcpDiscover() 308 int DhcpRequest(DhcpClientContext *ctx) in DhcpRequest() 326 int DhcpInform(DhcpClientContext *ctx) in DhcpInform() 344 int DhcpDecline(DhcpClientContext *ctx) in DhcpDecline() 362 int DhcpRelease(DhcpClientContext *ctx) in DhcpRelease()
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/ |
| D | lnn_decision_db.c | 141 static int32_t EncryptDecisionDb(DbContext *ctx) in EncryptDecisionDb() 159 static int32_t UpdateDecisionDbKey(DbContext *ctx) in UpdateDecisionDbKey() 224 DbContext *ctx = NULL; in InsertTrustedDevInfoRecord() local 263 DbContext *ctx = NULL; in RemoveTrustedDevInfoRecord() local 351 static int32_t GetTrustedDevInfoRecord(DbContext *ctx, const char *accountHexHash, in GetTrustedDevInfoRecord() 386 DbContext *ctx = NULL; in LnnGetTrustedDevInfoFromDb() local 421 DbContext *ctx = NULL; in InitTrustedDevInfoTable() local
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| D | dhcp_server.c | 114 static struct ServerContext *GetServerInstance(const DhcpServerContext *ctx) in GetServerInstance() 305 void InitReply(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) in InitReply() 330 void OnUpdateServerConfig(PDhcpServerContext ctx) in OnUpdateServerConfig() 343 static void OnServerStoping(PDhcpServerContext ctx) in OnServerStoping() 356 void OnServerStoped(PDhcpServerContext ctx, int code) in OnServerStoped() 369 int SendDhcpReply(PDhcpServerContext ctx, int replyType, PDhcpMsgInfo reply) in SendDhcpReply() 403 static int MessageProcess(PDhcpServerContext ctx, PDhcpMsgInfo received, PDhcpMsgInfo reply) in MessageProcess() 447 int SaveLease(PDhcpServerContext ctx) in SaveLease() 463 static int OnLooperStateChanged(PDhcpServerContext ctx) in OnLooperStateChanged() 502 static int BeginLooper(PDhcpServerContext ctx) in BeginLooper() [all …]
|
| /foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
| D | tools_op_backup.cpp | 126 static void OnFileReady(shared_ptr<Session> ctx, const BFileInfo &fileInfo, UniqueFd fd) in OnFileReady() 150 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted() 160 static void OnBundleFinished(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleFinished() 167 static void OnAllBundlesFinished(shared_ptr<Session> ctx, ErrCode err) in OnAllBundlesFinished() 180 static void OnBackupServiceDied(shared_ptr<Session> ctx) in OnBackupServiceDied() 239 auto ctx = make_shared<Session>(); in InitPathCapFile() local
|