Searched refs:targetObj (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/ |
H A D | rs_window_animation_manager.cpp | 131 napi_value targetObj = nullptr; in GetWindowId() local 132 napi_coerce_to_object(env, object, &targetObj); in GetWindowId() 135 if (targetObj == nullptr) { in GetWindowId() 139 napi_unwrap(env, targetObj, &target); in GetWindowId() 147 napi_get_named_property(env, targetObj, "windowId", &tempWindowId); in GetWindowId()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_test.cpp | 414 ConnectionAddr targetObj = { variable 419 EXPECT_EQ(EOK, memcpy_s(targetObj.peerUid, MAX_ACCOUNT_HASH_LEN, PEERUID3, strlen(PEERUID3))); 420 EXPECT_EQ(EOK, memcpy_s(targetObj.info.ip.ip, IP_STR_MAX_LEN, IP, strlen(IP))); 421 connFsm = LnnCreateConnectionFsm(&targetObj, "pkgNameTest", true);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | json_common.cpp | 605 JsonObject targetObj = target; in IsArrayMatch() local
|