Home
last modified time | relevance | path

Searched defs:errCode (Results 76 - 100 of 1372) sorted by relevance

12345678910>>...55

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_location_operations.cpp37 int32_t errCode = rdbStore->Insert(cmd, outRowId); in InsertOperation() local
53 int32_t errCode = rdbStore->Update(cmd, updateRows); in UpdateOperation() local
69 int32_t errCode = rdbStore->Delete(cmd, deleteRows); in DeleteOperation() local
[all...]
H A Dmedialibrary_smartalbum_operations.cpp76 int32_t errCode = MediaLibraryObjectUtils::DeleteInfoByIdInDb(smartAlbumMapCmd); in DeleteSmartAlbumOperation() local
85 int32_t errCode = E_ERR; in HandleSmartAlbumOperation() local
H A Dmedialibrary_story_operations.cpp37 int32_t errCode = rdbStore->Insert(cmd, outRowId); in InsertOperation() local
53 int32_t errCode = rdbStore->Update(cmd, updateRows); in UpdateOperation() local
69 int32_t errCode = rdbStore->Delete(cmd, deleteRows); in DeleteOperation() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_visitor_db_test/src/
H A Dmedialibrary_visitor_db_test.cpp54 int errCode = 0; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dexternal_source.cpp41 int errCode = 0; in Init() local
/foundation/multimedia/media_library/frameworks/services/media_analysis_extension/src/
H A Dmedia_analysis_callback_stub.cpp29 int errCode = ERR_UNKNOWN_TRANSACTION; in OnRemoteRequest() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_restore_test/src/
H A Dringtone_source.cpp70 int errCode = 0; in Init() local
/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_reporter.cpp41 int32_t errCode; in ReportDfxMessage() local
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dcommon.h47 int32_t errCode = 0; member
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dcancel_suspend_delay.cpp65 ErrCode errCode = DelayedSingleton<BackgroundTaskManager>::GetInstance()->CancelSuspendDelay(requestId); in CancelSuspendDelay() local
/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/
H A Dcommon.h36 int32_t errCode = 0; member
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstop_work.cpp51 ErrCode errCode = E_WORK_INFO_TYPE_ERR; in StopWork() local
H A Dstart_work.cpp47 ErrCode errCode = WorkSchedulerSrvClient::GetInstance().StartWork(workInfo); in StartWork() local
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability_stub.cpp36 ErrCode errCode = TestGetIpcSendRequestTimes(times); in OnRemoteRequest() local
48 ErrCode errCode = TestClearSa1493Proxy_(); in OnRemoteRequest() local
65 ErrCode errCode = TestSaCallSa(number, retNumber); in StubTestSaCallSa() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_lane_pending_ctl.h32 int32_t errCode; member
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_event_handler.cpp63 int32_t errCode = Register(); in Subscribe() local
88 int32_t errCode = Unregister(); in Unsubscribe() local
H A Dprofile_event_notifier_proxy.cpp53 int32_t errCode = Remote()->SendRequest(EVENT_SYNC_COMPLETED, data, reply, option); in OnSyncCompleted() local
74 int32_t errCode = Remote()->SendRequest(EVENT_PROFILE_CHANGED, data, reply, option); in OnProfileChanged() local
/foundation/deviceprofile/device_info_manager/services/core/src/dm_adapter/
H A Ddm_adapter.cpp32 int32_t errCode = DP_SUCCESS; in Init() local
48 int32_t errCode = DP_SUCCESS; in UnInit() local
[all...]
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dtcp_server_common_context.cpp89 auto errCode = BaseContext::GetErrorCode(); in GetErrorMessage() local
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_utils.cpp41 WifiErrorCode GetCErrorCode(ErrCode errCode) in GetCErrorCode() argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dswitch_profile_manager_test.cpp67 int32_t errCode = SwitchProfileManager::GetInstance().Init(); in HWTEST_F() local
80 int32_t errCode = SwitchProfileManager::GetInstance().UnInit(); in HWTEST_F() local
93 int32_t errCode = SwitchProfileManager::GetInstance().ReInit(); in HWTEST_F() local
107 int32_t errCode = SwitchProfileManager::GetInstance().PutCharacteristicProfile(charProfile); in HWTEST_F() local
120 int32_t errCode = SwitchProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F() local
136 int32_t errCode = SwitchProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, HWTEST_F() local
149 int32_t errCode = SwitchProfileManager::GetInstance().RefreshLocalSwitchProfile(); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_radar_reporter.cpp132 ReportStateError(std::string func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errCode, int32_t state) ReportStateError() argument
174 ReportStageError(std::string func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errCode) ReportStageError() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dcollection_option.cpp54 CollectionOption CollectionOption::ReadOption(const std::string &optStr, int &errCode) in ReadOption() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_row_data_impl.cpp122 int errCode = data_.at(index).GetBlob(blob); in Get() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Duser_change_monitor.cpp39 int errCode = PrepareNotifierChain(); in Start() local
87 int errCode = userNotifier_->RegisterEventType(USER_ACTIVE_EVENT); in PrepareNotifierChain() local
62 RegisterUserChangedListener(const UserChangedAction &action, EventType event, int &errCode) RegisterUserChangedListener() argument
[all...]

Completed in 7 milliseconds

12345678910>>...55