/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_local_ledger_test.cpp | 288 if (g_localKeyTable[i].getInfo != NULL) { in HWTEST_F() 289 EXPECT_EQ(g_localKeyTable[i].getInfo((void *)infoCharNull, len), SOFTBUS_INVALID_PARAM); in HWTEST_F() 292 EXPECT_EQ(g_localKeyTable[0].getInfo(infoMinsize, len), SOFTBUS_MEM_ERR); in HWTEST_F() 293 EXPECT_EQ(g_localKeyTable[1].getInfo(infoMinsize, len), SOFTBUS_MEM_ERR); in HWTEST_F() 294 EXPECT_EQ(g_localKeyTable[2].getInfo(infoMinsize, len), SOFTBUS_MEM_ERR); in HWTEST_F() 295 EXPECT_EQ(g_localKeyTable[3].getInfo(infoMinsize, len), SOFTBUS_MEM_ERR); in HWTEST_F() 296 EXPECT_EQ(g_localKeyTable[4].getInfo(infoMinsize, len), SOFTBUS_MEM_ERR); in HWTEST_F() 297 EXPECT_EQ(g_localKeyTable[5].getInfo(infoMinsize, len), SOFTBUS_MEM_ERR); in HWTEST_F() 298 EXPECT_EQ(g_localKeyTable[6].getInfo(infoMinsize, len), SOFTBUS_MEM_ERR); in HWTEST_F() 299 EXPECT_EQ(g_localKeyTable[7].getInfo(infoMinsiz in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/include/ |
H A D | lnn_local_net_ledger.h | 39 int32_t (*getInfo)(void *info, uint32_t len); member
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | animated_image_player.cpp | 100 SkImageInfo info = codec_->getInfo().makeColorType(kN32_SkColorType); in DecodeFrameImage() 174 SkImageInfo skImageInfo = codec_->getInfo().makeColorType(kN32_SkColorType); in DecodeFrameImage()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 1173 if (g_dlKeyTable[i].getInfo != NULL) { in LnnGetRemoteStrInfo() 1174 ret = g_dlKeyTable[i].getInfo(networkId, true, (void *)info, len); in LnnGetRemoteStrInfo() 1207 if (g_dlKeyTable[i].getInfo != NULL) { in LnnGetRemoteNumInfo() 1208 ret = g_dlKeyTable[i].getInfo(networkId, true, (void *)info, LNN_COMMON_LEN); in LnnGetRemoteNumInfo() 1241 if (g_dlKeyTable[i].getInfo != NULL) { in LnnGetRemoteNumU32Info() 1242 ret = g_dlKeyTable[i].getInfo(networkId, true, (void *)info, LNN_COMMON_LEN); in LnnGetRemoteNumU32Info() 1274 if (g_dlKeyTable[i].getInfo != NULL) { in LnnGetRemoteNumU64Info() 1275 ret = g_dlKeyTable[i].getInfo(networkId, true, (void *)info, LNN_COMMON_LEN_64); in LnnGetRemoteNumU64Info() 1307 if (g_dlKeyTable[i].getInfo != NULL) { in LnnGetRemoteNum16Info() 1308 ret = g_dlKeyTable[i].getInfo(networkI in LnnGetRemoteNum16Info() [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/ |
H A D | lnn_distributed_net_ledger.h | 33 int32_t (*getInfo)(const char *netWorkId, bool checkOnline, void *info, uint32_t len); member
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | js_napi_common.cpp | 574 auto getInfo = obj->ability_->GetHapModuleInfo(); in JsGetCtxHapModuleInfo() 575 if (getInfo != nullptr && hapMod != nullptr) { in JsGetCtxHapModuleInfo() 576 hapMod->hapModInfo = *getInfo; in JsGetCtxHapModuleInfo() 625 auto getInfo = obj->ability_->GetApplicationInfo(); in JsGetAppVersionInfo() 626 if (getInfo != nullptr && appInfo != nullptr) { in JsGetAppVersionInfo() 627 appInfo->appInfo = *getInfo; in JsGetAppVersionInfo() 676 auto getInfo = obj->ability_->GetAbilityInfo(); in JsGetCtxAbilityInfo() 677 if (getInfo != nullptr && abilityInfo != nullptr) { in JsGetCtxAbilityInfo() 678 abilityInfo->abilityInfo = *getInfo; in JsGetCtxAbilityInfo()
|
H A D | napi_context.cpp | 3366 auto getInfo = obj->ability_->GetApplicationInfo(); in OnGetApplicationInfo() 3367 if (getInfo != nullptr && info != nullptr) { in OnGetApplicationInfo() 3368 info->appInfo = *getInfo; in OnGetApplicationInfo() 3412 auto getInfo = obj->ability_->GetProcessInfo(); in OnGetProcessInfo() 3413 if (getInfo != nullptr && data != nullptr) { in OnGetProcessInfo() 3414 data->processName = getInfo->GetProcessName(); in OnGetProcessInfo() 3415 data->pid = getInfo->GetPid(); in OnGetProcessInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | image_decoder.cpp | 154 auto info = codec->getInfo(); in ResizeDrawingImage()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 893 auto getInfo = sceneSession->GetLastModalUIExtensionEventInfo(); in HWTEST_F() local 894 EXPECT_EQ(getInfo.persistentId, extensionInfo.persistentId); in HWTEST_F() 895 EXPECT_EQ(getInfo.pid, extensionInfo.pid); in HWTEST_F() 896 EXPECT_EQ(getInfo.windowRect, extensionInfo.windowRect); in HWTEST_F() 901 getInfo = sceneSession->GetLastModalUIExtensionEventInfo(); in HWTEST_F() 902 EXPECT_EQ(getInfo.windowRect, windowRect); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | animated_image.cpp | 242 SkImageInfo imageInfo = codec_->getInfo(); in DecodeImpl()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_decoder.cpp | 342 info_ = codec_->getInfo(); in DecodeHeader()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 1869 if (g_localKeyTable[i].getInfo != NULL) { in LnnGetLocalStrInfo() 1870 ret = g_localKeyTable[i].getInfo((void *)info, len); in LnnGetLocalStrInfo() 1900 if (g_localKeyTable[i].getInfo != NULL) { in LnnGetLocalInfo() 1901 ret = g_localKeyTable[i].getInfo(info, infoSize); in LnnGetLocalInfo()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 1337 info_ = codec_->getInfo();
in HeapMemAlloc()
|