Home
last modified time | relevance | path

Searched defs:off (Results 1 – 15 of 15) sorted by relevance

/base/telephony/state_registry/interfaces/kits/js/
D@ohos.telephony.observer.d.ts95 function off(type: 'networkStateChange', callback?: Callback<NetworkState>): void; function
144 function off(type: 'signalInfoChange', callback?: Callback<Array<SignalInformation>>): void; function
204 function off(type: 'cellInfoChange', callback?: Callback<Array<CellInformation>>): void; function
258 function off(type: 'cellularDataConnectionStateChange', function
309 function off(type: 'cellularDataFlowChange', callback?: Callback<DataFlowType>): void; function
359 …function off(type: 'callStateChange', callback?: Callback<{ state: CallState, number: string }>): … function
430 …function off(type: 'cfuIndicatorChange' | 'voiceMailMsgIndicatorChange', callback?: Callback<boole… function
478 function off(type: 'simStateChange', callback?: Callback<SimStateData>): void; function
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_uri.c148 uint32_t off = *offset; in EncodeComp() local
201 uint32_t off = *offset; in EncodePathComp() local
245 uint32_t off = *offset; in EncodeQueryComp() local
294 uint32_t off = 0; in CertManagerUriEncode() local
347 static char *DecodeValue(const char *s, uint32_t off, uint32_t len) in DecodeValue()
378 static uint32_t DecodeEnum(const char *s, uint32_t off, uint32_t len, const char *values[], uint32_… in DecodeEnum()
509 uint32_t off = 0; in CertManagerUriDecode() local
Drbtree.c48 uint32_t off; member
512 uint32_t off = 0; in RbTreeDecode() local
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dscreen_state_collection.cpp74 bool off = receiver->Start(CommonEventSupport::COMMON_EVENT_SCREEN_OFF, handlerOff); in RegisterEvent() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
Dfuse_daemon_test.cpp78 const char *name, const struct stat *stbuf, off_t off) in FuseAddDirentryMockCurDirFail()
90 const char *name, const struct stat *stbuf, off_t off) in FuseAddDirentryMockUpperDirFail()
104 const char *name, const struct stat *stbuf, off_t off) in FuseAddDirentryMockTestFileFail()
Dfuse_mock.cpp270 const char *name, const struct stat *stbuf, off_t off) in fuse_add_direntry()
Ddlp_fuse_test.cpp894 int off = offsetof(struct DlpHeader, txtSize); variable
/base/global/i18n_lite/frameworks/i18n/src/
Dstr_util.cpp25 int ReplaceAndCountOff(std::string &content, const int index, const char *sign, const int off) in ReplaceAndCountOff()
Dnumber_format_impl.cpp26 int off = 0; in ConvertSignAndNum() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
Dfuse_daemon.cpp207 …fuse_req_t req, fuse_ino_t ino, const char* buf, size_t size, off_t off, struct fuse_file_info* fi) in FuseDaemonWrite()
307 static void FuseDaemonReadDir(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, struct fuse_f… in FuseDaemonReadDir()
/base/request/request/services/service/rust/src/
Dlib.rs89 fn off(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()>; in off() method
183 fn off(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in off() method
Drequest_service_ability.rs146 pub fn off(&self, task_id: u32, off_type: String) -> ErrorCode { in off() method
Drequest_service.rs333 fn off(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in off() method
/base/print/print_fwk/interfaces/kits/jskits/
D@ohos.print.d.ts51 off(type: 'blocked' | 'success' | 'failed' | 'cancelled', callback?: (boolean) => void): void; method
/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts662 off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void; method