Home
last modified time | relevance | path

Searched refs:readObject (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_transition_info.cpp265 auto readObject = parcel.ReadObject<IRemoteObject>(); in Unmarshalling() local
266 if (readObject == nullptr) { in Unmarshalling()
269 windowTransitionInfo->abilityToken_ = readObject; in Unmarshalling()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dobserved_object.ts104 type PropertyReadCbFunc = (readObject: Object, readPropName: string, isTracked: boolean) => void;
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md802 private void readObject(java.io.ObjectInputStream ois) {
810 PersonInfo myPerson = (PersonInfo) ois2.readObject();
813 …列化结果,当`PersonInfo myPerson = (PersonInfo) ois2.readObject()`该语句执行时会报错,但是DeserializeExample对象中的`rea…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md798 private void readObject(java.io.ObjectInputStream ois) {
806 PersonInfo myPerson = (PersonInfo) ois2.readObject();
809 …ersonInfo myPerson = (PersonInfo) ois2.readObject()` statement is executed, but the attack code in…